staged prov-links ttl/owl
authorTim L <lebot@rpi.edu>
Fri, 26 Apr 2013 11:07:12 -0400
changeset 6340 159405e4ab65
parent 6339 52dde2d2c2ef
child 6341 77eb85d5327e
staged prov-links ttl/owl
namespace/prov-links.owl
namespace/prov-links.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/namespace/prov-links.owl	Fri Apr 26 11:07:12 2013 -0400
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF
+   xmlns:owl="http://www.w3.org/2002/07/owl#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+   xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+   xmlns="http://www.w3.org/ns/prov#">
+  <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment"/>
+  <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#isDefinedBy"/>
+  <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#label"/>
+  <owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
+  <owl:Class rdf:about="http://www.w3.org/2002/07/owl#Thing"/>
+  <owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#versionInfo"/>
+  <owl:Ontology rdf:about="http://www.w3.org/ns/prov#"/>
+  <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#asInBundle">
+    <rdfs:comment xml:lang="en">prov:asInBundle is used to specify which bundle the general entity of a prov:mentionOf property is described.
+
+When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-links#"/>
+    <rdfs:label>asInBundle</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Bundle"/>
+    <inverse>contextOf</inverse>
+    <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#mentionOf"/>
+  </owl:ObjectProperty>
+  <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#mentionOf">
+    <rdfs:comment xml:lang="en">prov:mentionOf is used to specialize an entity as described in another bundle. It is to be used in conjuction with prov:asInBundle.
+
+prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov-links#"/>
+    <rdfs:label>mentionOf</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
+    <inverse>hadMention</inverse>
+  </owl:ObjectProperty>
+  <owl:Ontology rdf:about="http://www.w3.org/ns/prov-links#">
+    <rdfs:comment xml:lang="en">This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/
+). All feedback is welcome.</rdfs:comment>
+    <rdfs:label xml:lang="en">W3C PROV Linking Across Provenance Bundles Ontology (PROV-LINKS)</rdfs:label>
+    <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-links/"/>
+    <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov"/>
+    <owl:imports rdf:resource="http://www.w3.org/ns/prov-o#"/>
+    <owl:versionIRI rdf:resource="http://www.w3.org/ns/prov-links-20130430"/>
+    <owl:versionInfo xml:lang="en">Working Group Note version 2013-04-30</owl:versionInfo>
+    <specializationOf rdf:resource="http://www.w3.org/ns/prov-links"/>
+  </owl:Ontology>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/namespace/prov-links.ttl	Fri Apr 26 11:07:12 2013 -0400
@@ -0,0 +1,66 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix : <http://www.w3.org/ns/prov#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+rdfs:comment
+    a owl:AnnotationProperty .
+
+rdfs:isDefinedBy
+    a owl:AnnotationProperty .
+
+rdfs:label
+    a owl:AnnotationProperty .
+
+rdfs:seeAlso
+    a owl:AnnotationProperty .
+
+owl:Thing
+    a owl:Class .
+
+owl:versionInfo
+    a owl:AnnotationProperty .
+
+<http://www.w3.org/ns/prov#>
+    a owl:Ontology .
+
+<http://www.w3.org/ns/prov-links#>
+    a owl:Ontology ;
+    owl:imports <http://www.w3.org/ns/prov-o#>;
+    rdfs:comment """This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/
+). All feedback is welcome."""@en ;
+    rdfs:label "W3C PROV Linking Across Provenance Bundles Ontology (PROV-LINKS)"@en ;
+    rdfs:seeAlso <http://www.w3.org/TR/prov-links/>, <http://www.w3.org/ns/prov> ;
+    owl:versionIRI <http://www.w3.org/ns/prov-links-20130430> ;
+    owl:versionInfo "Working Group Note version 2013-04-30"@en ;
+    :specializationOf <http://www.w3.org/ns/prov-links> .
+#    :wasRevisionOf <http://www.w3.org/ns/prov-links-20120312> .
+
+:asInBundle
+    a owl:ObjectProperty ;
+    rdfs:label "asInBundle" ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov-links#> ;
+    rdfs:comment 
+      """prov:asInBundle is used to specify which bundle the general entity of a prov:mentionOf property is described.
+
+When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described."""@en;
+
+    rdfs:domain :Entity ;
+    rdfs:range :Bundle ;
+    :inverse "contextOf" ;
+    :sharesDefinitionWith :mentionOf .
+
+:mentionOf
+    a owl:ObjectProperty ;
+    rdfs:isDefinedBy <http://www.w3.org/ns/prov-links#> ;
+    rdfs:label "mentionOf" ;
+    rdfs:comment 
+      """prov:mentionOf is used to specialize an entity as described in another bundle. It is to be used in conjuction with prov:asInBundle.
+
+prov:asInBundle is used to cite the Bundle in which the generalization was mentioned."""@en;
+
+    rdfs:domain :Entity ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :specializationOf ;
+    :inverse "hadMention" .