Sha256: 07820ebd018ecc6637cacda721eccaff21f800ca7b583c5e3af0c2ca9961bd43

Contents?: true

Size: 1.73 KB

Versions: 2

Compression:

Stored size: 1.73 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" ;
  doap:homepage      <https://ruby-rdf.github.io/shex> ;
  doap:license       <https://unlicense.org/1.0/> ;
  doap:shortdesc     "ShEx is a Shape Expression engine for Ruby RDF.rb."@en ;
  doap:description   "ShEx is an Shape Expression engine for the Ruby 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:date            "2016-12-09"^^xsd:date ;
  dc:creator         <https://greggkellogg.net/foaf#me> ;
  dc:isPartOf        <https://rubygems.org/gems/rdf> .

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shex-0.8.0 etc/doap.ttl
shex-0.7.1 etc/doap.ttl