--- a/ontology/ProvenanceOntology.owl Sun Jun 17 22:37:52 2012 -0700
+++ b/ontology/ProvenanceOntology.owl Sun Jun 17 22:44:32 2012 -0700
@@ -222,6 +222,7 @@
<!-- http://www.w3.org/ns/prov#contextualized -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#contextualized">
+ <category>expanded</category>
<rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
</owl:ObjectProperty>
@@ -510,6 +511,7 @@
<!-- http://www.w3.org/ns/prov#inContext -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#inContext">
+ <category>expanded</category>
<rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ContextualizedEntity"/>
</owl:ObjectProperty>
@@ -1492,6 +1494,7 @@
<owl:Class rdf:about="http://www.w3.org/ns/prov#ContextualizedEntity">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+ <rdfs:comment>expanded</rdfs:comment>
</owl:Class>
--- a/ontology/prov.ttl Sun Jun 17 22:37:52 2012 -0700
+++ b/ontology/prov.ttl Sun Jun 17 22:44:32 2012 -0700
@@ -169,6 +169,7 @@
:ContextualizedEntity
a owl:Class ;
+ rdfs:comment "expanded" ;
rdfs:subClassOf :Entity .
:Delegation
@@ -583,7 +584,8 @@
:contextualized
a owl:ObjectProperty ;
rdfs:domain :ContextualizedEntity ;
- rdfs:subPropertyOf :specializationOf .
+ rdfs:subPropertyOf :specializationOf ;
+ :category "expanded" .
:definition
a owl:AnnotationProperty ;
@@ -791,7 +793,8 @@
:inContext
a owl:ObjectProperty ;
- rdfs:domain :ContextualizedEntity .
+ rdfs:domain :ContextualizedEntity ;
+ :category "expanded" .
:inserted
a owl:ObjectProperty ;