initial URI for ProvenanceService.
authorTim L <lebot@rpi.edu>
Wed, 23 Nov 2011 13:57:01 -0500
changeset 1022 0abd4c442b42
parent 1021 84b590566a58
child 1023 68405f29e0d1
initial URI for ProvenanceService.
ontology/components/ProvenanceService.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/ProvenanceService.ttl	Wed Nov 23 13:57:01 2011 -0500
@@ -0,0 +1,16 @@
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix time:    <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix skos:    <http://www.w3.org/2008/05/skos#> .
+@prefix prov:    <http://www.w3.org/ns/prov-o/> .
+@prefix :        <#> .
+
+prov:ProvenanceService
+   a owl:Class;
+   rdfs:label "ProvenanceService";
+   rdfs:comment "A web service that provides provenance URIs when given URIs that have provenance.";
+   rdfs:seeAlso <http://dvcs.w3.org/hg/prov/raw-file/default/paq/provenance-access.html#provenance-service-discovery>;
+.