initial URI for ProvenanceService.
--- /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>;
+.