Sha256: d77fa0a2d5c7d013a43e0896ff23d2f491f5dcf136cb7c6b09e2de85cb43e8e7

Contents?: true

Size: 1.85 KB

Versions: 1

Compression:

Stored size: 1.85 KB

Contents

@base <https://rubygems.org/gems/shex> .
@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc:   <http://purl.org/dc/terms/> .
@prefix earl: <http://www.w3.org/ns/earl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix ex:   <http://example.org/> .
@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .

<https://rubygems.org/gems/shex> a doap:Project, earl:TestSubject, earl:Software ;
  doap:name          "ShEx.rb" ;
  doap:homepage      <https://ruby-rdf.github.com/shex> ;
  doap:license       <https://unlicense.org/1.0/> ;
  doap:shortdesc     "ShEx is a Shape Expression engine for Ruby."@en ;
  doap:description   "ShEx is an Shape Expression engine for the RDF.rb library suite."@en ;
  doap:created       "2016-12-09"^^xsd:date ;
  doap:programming-language "Ruby" ;
  doap:implements    <http://shex.io/shex-semantics/> ;
  doap:category      <http://dbpedia.org/resource/Resource_Description_Framework>,
                     <http://dbpedia.org/resource/Ruby_(programming_language)> ;
  doap:download-page <https://rubygems.org/gems/shex> ;
  doap:mailing-list  <https://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
  doap:bug-database  <https://github.com/ruby-rdf/shex/issues> ;
  doap:blog          <https://greggkellogg.net/> ;
  doap:developer     <https://greggkellogg.net/foaf#me> ;
  doap:maintainer    <https://greggkellogg.net/foaf#me> ;
  doap:documenter    <https://greggkellogg.net/foaf#me> ;
  foaf:maker         <https://greggkellogg.net/foaf#me> ;
  dc:title           "ShEx.rb" ;
  dc:description     "ShEx is an Shape Expression engine for the RDF.rb library suite."@en ;
  dc:date            "2016-12-09"^^xsd:date ;
  dc:creator         <https://greggkellogg.net/foaf#me> ;
  dc:isPartOf        <https://rubygems.org/gems/rdf> .

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shex-0.6.1 etc/doap.ttl