@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix comete-onto: <http://comete.licef.ca/reference#> .
@prefix prv:   <http://purl.org/net/provenance/ns#> .
@prefix ir:    <http://www.ontologydesignpatterns.org/cp/owl/informationrealization.owl#> .
@prefix lomvoc: <http://ltsc.ieee.org/rdf/lomv1.0/vocab#> .
@prefix geo:   <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix yago:  <http://localhost:8080/class/yago/> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix comete: <http://ceres.vteducation.org/resource/> .
@prefix geonames: <http://www.geonames.org/ontology#> .
@prefix org:   <http://www.w3.org/ns/org#> .
@prefix meta:  <http://example.org/metadata#> .
@prefix units: <http://dbpedia.org/units/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prvTypes: <http://purl.org/net/provenance/types#> .
@prefix p:     <http://localhost:8080/property/> .
@prefix oai:   <http://www.openarchives.org/OAI/2.0/> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .

_:b0    a                     prvTypes:DataCreatingService , prv:Actor , prv:DataProvidingService ;
        rdfs:seeAlso          <http://ceres.vteducation.org/> ;
        prv:deployedSoftware  _:b1 .

<http://ceres.vteducation.org/data/resource/repository/72e97dcc096fe23d1e124d1ed1feaceebe39c50f?output=ttl>
        rdfs:label         "RDF description of Canal-U.fr" ;
        foaf:primaryTopic  <http://ceres.vteducation.org/resource/repository/72e97dcc096fe23d1e124d1ed1feaceebe39c50f> .

<http://ceres.vteducation.org/resource/repository/72e97dcc096fe23d1e124d1ed1feaceebe39c50f>
        a                     comete-onto:Repository ;
        comete-onto:repoType  "OAI" ;
        foaf:mbox             <mailto:cerimes@canal-u.fr> ;
        foaf:name             "Canal-u.fr" ;
        foaf:page             <http://www.canal-u.tv/smileoai2/oai2/> .

[ void:sparqlEndpoint  <http://localhost:3030/ds/query> ] .

_:b1    a              doap:Version ;
        doap:revision  "0.4" .

[ a              doap:Project ;
  doap:homepage  <http://www4.wiwiss.fu-berlin.de/pubby/> ;
  doap:release   _:b1
] .

<http://localhost:3030/ds/query>
        a       prvTypes:DataCreatingService , prv:Actor .
