Sha256: 36c73b0556cba734fe38b0a35d938e0b02dd653b903c49784919d0e082b51dcc

Contents?: true

Size: 1.74 KB

Versions: 4

Compression:

Stored size: 1.74 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.com/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

4 entries across 4 versions & 1 rubygems

Version Path
shex-0.7.0 etc/doap.ttl
shex-0.6.4 etc/doap.ttl
shex-0.6.3 etc/doap.ttl
shex-0.6.2 etc/doap.ttl