turtle serialization of ontology
authorTim L <lebot@rpi.edu>
Mon, 07 May 2012 09:12:52 -0400
changeset 2711 2790bd8dd1dc
parent 2710 efe4382ec7b1
child 2712 c76a22aa75af
turtle serialization of ontology
ontology/prov.ttl
ontology/prov.ttl.prov
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/prov.ttl	Mon May 07 09:12:52 2012 -0400
@@ -0,0 +1,1282 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix : <http://example.com/> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix owl2xml: <http://www.w3.org/2006/12/owl2-xml#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
+
+rdfs:comment
+    a owl:AnnotationProperty ;
+    rdfs:comment ""@en .
+
+rdfs:label
+    a owl:AnnotationProperty ;
+    rdfs:comment ""@en .
+
+rdfs:seeAlso
+    a owl:AnnotationProperty ;
+    rdfs:comment ""@en .
+
+owl:Thing
+    a owl:Class .
+
+owl:topObjectProperty
+    a owl:ObjectProperty .
+
+<http://www.w3.org/ns/prov#>
+    a owl:Ontology ;
+    rdfs:comment "0.2"^^xsd:string, """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-wg@w3.org (subscribe, archives). All feedback is welcome."""@en ;
+    rdfs:label "PROV Ontology"@en ;
+    rdfs:seeAlso <http://www.w3.org/2011/prov/wiki/ProvRDF>, <http://www.w3.org/TR/prov#> .
+
+prov:Account
+    a owl:Class ;
+    rdfs:comment "Note that there are kinds of accounts (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O."@en ;
+    rdfs:label "Account" ;
+    rdfs:subClassOf prov:Entity ;
+    prov:category "expanded" ;
+    prov:definition "An account is any mechanism by which a set of provenance descriptions can be bundled up and named."^^xsd:anyURI ;
+    prov:editorialNote """Accounts expressed in PROV-O (i.e. RDF) may be modeled using:
+
+:account1
+   a prov:Account, sd:NamedGraph; 
+   sd:name <>; 
+   sd:graph [ a void:Dataset; void:dataDump <>; void:triples x ] .
+
+Abstract accounts that are independent of location may be modeled using:
+
+:account2
+   a prov:Account, void:Dataset; 
+   void:dataDump <>; 
+    void:triples        x .
+
+
+(sd : http://www.w3.org/ns/sparql-service-description#)
+(void : http://rdfs.org/ns/void#)"""@en ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account" .
+
+prov:Activity
+    a owl:Class ;
+    rdfs:comment "An activity is something that occurs over a period of time and acts upon or with entities. This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. Activities that operate on digital entities may for example move, copy, or duplicate them."@en ;
+    rdfs:label "Activity" ;
+    owl:disjointWith prov:Entity ;
+    prov:category "starting-point" ;
+    prov:component "entities-activities" ;
+    prov:definition "An activity is something that occurs over a period of time and acts upon or with entities. This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. Activities that operate on digital entities may for example move, copy, or duplicate them." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity"^^xsd:anyURI ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Activity" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity" .
+
+prov:ActivityInvolvement
+    a owl:Class ;
+    rdfs:comment "prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity."@en ;
+    rdfs:label "ActivityInvolvement" ;
+    rdfs:seeAlso prov:activity ;
+    rdfs:subClassOf prov:Involvement ;
+    owl:disjointWith prov:EntityInvolvement ;
+    prov:category "qualified" .
+
+prov:Agent
+    a owl:Class ;
+    rdfs:comment "An agent is a type of entity that bears some form of responsibility for an activity taking place."@en ;
+    rdfs:label "Agent" ;
+    prov:category "starting-point" ;
+    prov:component "agents-responsibility" ;
+    prov:definition "An agent is a type of entity that bears some form of responsibility for an activity taking place." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Agent" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent" .
+
+prov:AgentInvolvement
+    a owl:Class ;
+    rdfs:comment "prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent."@en ;
+    rdfs:label "AgentInvolvement" ;
+    rdfs:seeAlso prov:agent ;
+    rdfs:subClassOf prov:Involvement ;
+    prov:category "qualified" .
+
+prov:Association
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that is responsible for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualified [ a prov:Association; prov:agent :baker; :foo :bar ]."@en ;
+    rdfs:label "Association" ;
+    rdfs:subClassOf prov:AgentInvolvement ;
+    prov:category "qualified" ;
+    prov:component "agents-responsibility" ;
+    prov:definition "An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association" ;
+    prov:unqualifiedForm prov:wasAssociatedWith .
+
+prov:Attribution
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that is responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualified [ a prov:Attribution; prov:entity :baker; :foo :bar ]."@en ;
+    rdfs:label "Attribution" ;
+    rdfs:subClassOf prov:AgentInvolvement ;
+    prov:category "qualified" ;
+    prov:component "agents-responsibility" ;
+    prov:definition "Attribution is the ascribing of an entity to an agent." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#recod-attribution" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution" ;
+    prov:unqualifiedForm prov:wasAttributedTo .
+
+prov:Communication
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:entity :everyone_else_jumping_off_bridge; :foo :bar ]."@en ;
+    rdfs:label "Communication" ;
+    rdfs:subClassOf prov:ActivityInvolvement ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:definition "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasInformedBy" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Communication" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy" ;
+    prov:unqualifiedForm prov:wasInformedBy .
+
+prov:CompleteMembership
+    a owl:Class ;
+    rdfs:comment "Indicates that no other member belongs to the collection, that is all the prov:member stated for this CompleteMembership constitutes all members of the collection."@en ;
+    rdfs:label "CompleteMembership"@en ;
+    rdfs:subClassOf prov:Membership ;
+    prov:category "collections" ;
+    prov:component "collections"@en .
+
+prov:Derivation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some prov:Entity to another prov:Entity. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualified [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]."@en ;
+    rdfs:label "Derivation" ;
+    rdfs:subClassOf prov:EntityInvolvement ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:definition "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#Derivation-Relation" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#Derivation-Relation" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation" ;
+    prov:unqualifiedForm prov:wasDerivedFrom .
+
+prov:Dictionary
+    a owl:Class ;
+    rdfs:comment "A given dictionary forms a given structure for its members. A different structure (obtained either by insertion or removal of members) constitutes a different dictionary."@en, "This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays."@en ;
+    rdfs:label "Dictionary"@en ;
+    rdfs:subClassOf prov:Entity ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:definition "A dictionary is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the dictionary." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#concept-collection", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#component5" .
+
+prov:DictionaryInvolvement
+    a owl:Class ;
+    rdfs:comment "prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary."@en ;
+    rdfs:subClassOf prov:Involvement ;
+    prov:category "collections" ;
+    prov:component "collections" .
+
+prov:EmptyDictionary
+    a owl:Class ;
+    rdfs:comment "An empty dictionary."@en ;
+    rdfs:subClassOf prov:Dictionary ;
+    prov:category "collections" ;
+    prov:component "collections" .
+
+prov:End
+    a owl:Class ;
+    rdfs:comment "An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualified [ a prov:Usage; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
+    rdfs:label "End" ;
+    rdfs:subClassOf prov:EntityInvolvement, prov:InstantaneousEvent ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:definition "An activity end event is the instantaneous event that marks the instant an activity ends." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-End", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End" ;
+    prov:unqualifiedForm prov:wasEndedBy .
+
+prov:Entity
+    a owl:Class ;
+    rdfs:comment "An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary."@en ;
+    rdfs:label "Entity" ;
+    prov:category "starting-point" ;
+    prov:component "entities-activities" ;
+    prov:definition "An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary."@en ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity"^^xsd:anyURI ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Entity" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity" .
+
+prov:EntityInvolvement
+    a owl:Class ;
+    rdfs:comment "prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity."@en ;
+    rdfs:label "EntityInvolvement" ;
+    rdfs:seeAlso prov:entity ;
+    rdfs:subClassOf prov:Involvement ;
+    prov:category "qualified" .
+
+prov:Generation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:entity :baking; :foo :bar ]."@en ;
+    rdfs:label "Generation" ;
+    rdfs:subClassOf prov:ActivityInvolvement, prov:InstantaneousEvent ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:definition "An entity generation event is the instantaneous event that marks the final instant of an entity's creation timespan, after which it is no longer available for use." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Generation", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation" ;
+    prov:unqualifiedForm prov:wasGeneratedBy .
+
+prov:Insertion
+    a owl:Class ;
+    rdfs:comment "Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs."@en ;
+    rdfs:label "Insertion" ;
+    rdfs:subClassOf prov:DictionaryInvolvement ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:definition "Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-insertion" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-insertion" ;
+    prov:unqualifiedForm prov:derivedByInsertionFrom .
+
+prov:InstantaneousEvent
+    a owl:Class ;
+    rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ;
+    rdfs:label "InstantaneousEvent" ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:definition "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous." ;
+    prov:prov-dm "" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#section-time-event" ;
+    prov:prov-n "" .
+
+prov:Invalidation
+    a owl:Class ;
+    rdfs:subClassOf prov:ActivityInvolvement, prov:InstantaneousEvent ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:definition "Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#dfn-invalidation-event" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation" .
+
+prov:Involvement
+    a owl:Class ;
+    rdfs:comment "Any resource that involved an prov:Activity, prov:Entity, or prov:Agent can qualify its involvement by also referencing an instance of prov:Involvement. Instances of prov:Involvement reference the involved Activity, Entity, or Agent (using prov:activity, prov:entity, or prov:agent, respectively) and may be described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:hadLocation). A description (via prov:Involvement) of the binary involvement implies the assertion of the binary involvement."@en ;
+    rdfs:label "Involvement" ;
+    prov:category "qualified" ;
+    prov:editorialNote "For simplicity, the hierarchy 'stops' at the primary resources (Activity, Entity, Agent). Distinctions beyond the type of object involved are not necessary in PROV-O, but may be established by others." ;
+    prov:unqualifiedForm prov:involved .
+
+prov:KeyValuePair
+    a owl:Class ;
+    rdfs:comment "A key-value pair. Part of a prov:Dictionary through prov:Membership. The key is any RDF Literal, the value is a prov:Entity."@en ;
+    prov:category "collections" .
+
+prov:Location
+    a owl:Class ;
+    rdfs:comment "A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth."@en ;
+    rdfs:label "Location" ;
+    rdfs:seeAlso prov:hadLocation ;
+    prov:category "expanded" ;
+    prov:definition "A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location" ;
+    prov:prov-dm-constraints "" ;
+    prov:prov-n "" .
+
+prov:Membership
+    a owl:Class ;
+    rdfs:comment "Described members of a collection, in the form of key-value pairs. The Membership resource can also be annotated with attributes."@en ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:unqualifiedForm prov:membership .
+
+prov:Note
+    a owl:Class ;
+    rdfs:comment "Attribute-value pairs occurring in notes are application specific."@en ;
+    rdfs:label "Note" ;
+    rdfs:seeAlso prov:hasAnnotation ;
+    prov:category "expanded" ;
+    prov:component "annotations" ;
+    prov:definition "Attribute-value pairs occurring in notes are application specific." ;
+    prov:editorialNote "When using RDF, 'application-specific properties' directly describe the subject resource and do not require a prov:Note to distinguish them. When choosing how to model your application, note that prov:Note provides a level of indirection that is relatively unnatural in RDF when reflecting the purposes stated in PROV-DM. However, prov:Note may be effectively used in RDF for other purposes. Please also note that accounts are more appropriate mechanims for distinguishing 'who said what'; the indirection imposed by prov:Note is a poorer mechanism to model provenance of provenance." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-note" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-note" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-note" .
+
+prov:Organization
+    a owl:Class ;
+    rdfs:comment "Agents of type Organization are social institutions such as companies, societies etc."@en ;
+    rdfs:label "Organization" ;
+    rdfs:subClassOf prov:Agent ;
+    prov:category "expanded" ;
+    prov:component "agents-responsibility" ;
+    prov:definition "Agents of type Organization are social institutions such as companies, societies etc." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
+    prov:prov-dm-constraints "" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
+
+prov:Person
+    a owl:Class ;
+    rdfs:comment "Agents of type Person are people."@en ;
+    rdfs:label "Person" ;
+    rdfs:subClassOf prov:Agent ;
+    prov:category "expanded" ;
+    prov:component "agents-responsibility" ;
+    prov:definition "Agents of type Person are people." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
+    prov:prov-dm-constraints "" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
+
+prov:Plan
+    a owl:Class ;
+    rdfs:comment "There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations."@en ;
+    rdfs:label "Plan" ;
+    rdfs:subClassOf prov:Entity ;
+    prov:category "qualified" ;
+    prov:component "agents-responsibility" ;
+    prov:definition "A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association" .
+
+prov:Quotation
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some prov:Entity to another prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualified [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ]."@en ;
+    rdfs:label "Quotation" ;
+    rdfs:subClassOf prov:EntityInvolvement ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:definition "A quotation is the repeat of (some or all of) an entity, such as text or image, by someone other than its original author." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-quotation" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation" ;
+    prov:unqualifiedForm prov:wasQuotedFrom .
+
+prov:Removal
+    a owl:Class ;
+    rdfs:comment "Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs."@en ;
+    rdfs:label "Removal" ;
+    rdfs:subClassOf prov:DictionaryInvolvement ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:definition "Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-removal" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-removal" ;
+    prov:unqualifiedForm prov:derivedByRemovalFrom .
+
+prov:Responsibility
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Responsibility provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualified [ a prov:Responsiblity; prov:entity :mother; :foo :bar ]."@en ;
+    rdfs:label "Responsibility" ;
+    rdfs:subClassOf prov:AgentInvolvement ;
+    prov:category "qualified" ;
+    prov:component "agents-responsibility" ;
+    prov:definition "Responsibility is the fact that an agent is accountable for the actions of a 'subordinate' agent, in the context of an activity." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-responsibility" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Responsibility" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-responsibility" ;
+    prov:unqualifiedForm prov:actedOnBehalfOf .
+
+prov:Revision
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some prov:Entity to another prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualified [ a prov:Source; prov:entity :draft_1; :foo :bar ]."@en ;
+    rdfs:label "Revision" ;
+    rdfs:subClassOf prov:EntityInvolvement ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:definition "A revision is a derivation that revises an entity into a revised version." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Revision" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision" ;
+    prov:unqualifiedForm prov:wasRevisionOf .
+
+prov:Role
+    a owl:Class ;
+    rdfs:comment "A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end."@en ;
+    rdfs:label "Role" ;
+    rdfs:seeAlso prov:hadRole ;
+    prov:category "qualified" ;
+    prov:component "agents-responsibility" ;
+    prov:definition "A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role" ;
+    prov:prov-dm-constraints "" ;
+    prov:prov-n "" .
+
+prov:SoftwareAgent
+    a owl:Class ;
+    rdfs:comment "A software agent is running software."@en ;
+    rdfs:label "SoftwareAgent" ;
+    rdfs:subClassOf prov:Agent ;
+    prov:category "expanded" ;
+    prov:component "agents-responsibility" ;
+    prov:definition "A software agent is running software." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
+    prov:prov-dm-constraints "" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
+
+prov:Source
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Source provides additional descriptions about the binary prov:hadOriginalSource relation from some prov:Entity to another prov:Entity. For example, :blog prov:hadOriginalSource :newsArticle; prov:qualified [ a prov:Source; prov:entity :newsArticle; :foo :bar ]."@en ;
+    rdfs:label "Source" ;
+    rdfs:subClassOf prov:EntityInvolvement ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:definition "An original source refers to the source material that is closest to the person, information, period, or idea being studied." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-original-source" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-orignal-source" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source" ;
+    prov:unqualifiedForm prov:hadOriginalSource .
+
+prov:Start
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualified [ a prov:Usage; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
+    rdfs:label "Start" ;
+    rdfs:subClassOf prov:EntityInvolvement, prov:InstantaneousEvent ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:definition "An activity start event is the instantaneous event that marks the instant an activity starts." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Start", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start" ;
+    prov:unqualifiedForm prov:wasStartedBy .
+
+prov:StartByActivity
+    a owl:Class ;
+    rdfs:comment "An instance of prov:StartedByActivity provides additional descriptions about the binary prov:wasStartedByActivity relation from some started prov:Activity to another prov:Activity started it. For example, :second_leg_of_relay prov:wasStartedByActivity :handed_baton; prov:qualified [ a prov:Usage; prov:entity :handed_baton; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
+    rdfs:label "StartByActivity" ;
+    rdfs:subClassOf prov:ActivityInvolvement ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:definition "Start by Activity is the start of an activity with an implicit trigger generated by another activity." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasStartedByActivity" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-StartByActivity", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-startByActivity" ;
+    prov:unqualifiedForm prov:wasStartedByActivity .
+
+prov:Trace
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Trace provides additional descriptions about the binary prov:tracedTo relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:tracedTo :spoon; prov:qualified [ a prov:Trace; prov:entity :spoon; :foo :bar ]."@en ;
+    rdfs:label "Trace" ;
+    rdfs:subClassOf prov:EntityInvolvement ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:definition "Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability" ;
+    prov:unqualifiedForm prov:tracedTo .
+
+prov:Usage
+    a owl:Class ;
+    rdfs:comment "An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualified [ a prov:Usage; prov:entity :podium; :foo :bar ]."@en ;
+    rdfs:label "Usage" ;
+    rdfs:subClassOf prov:EntityInvolvement, prov:InstantaneousEvent ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:definition "A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity." ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Usage", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage" ;
+    prov:unqualifiedForm prov:used .
+
+prov:actedOnBehalfOf
+    a owl:ObjectProperty ;
+    rdfs:comment "An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. "@en ;
+    rdfs:domain prov:Agent ;
+    rdfs:range prov:Agent ;
+    rdfs:subPropertyOf prov:involved ;
+    owl:propertyChainAxiom (prov:qualifiedResponsibility
+    ) ;
+    prov:category "starting-point" ;
+    prov:component "agents-responsibility" ;
+    prov:inverse "responsibleFor" ;
+    prov:qualifiedForm prov:Responsibility, prov:qualifiedResponsibility .
+
+prov:activity
+    a owl:FunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "The property used by an prov:ActivityInvolvement to cite the prov:Activity that was involved with either an Activity or Entity. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another activity."@en ;
+    rdfs:domain prov:ActivityInvolvement ;
+    rdfs:range prov:Activity ;
+    rdfs:subPropertyOf prov:involvee ;
+    prov:category "qualified" ;
+    prov:editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple."@en ;
+    prov:inverse "activityInvolvement" .
+
+prov:agent
+    a owl:FunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "The property used by a prov:AgentInvolvement to cite the Agent that was prov:involved with either an Activity or Entity. It can be used to express the agent involved in being responsible for an activity, being attributed to an entity, starting or ending an activity, or being responsible for another subordinate agent in an activity."@en ;
+    rdfs:domain prov:AgentInvolvement ;
+    rdfs:range prov:Agent ;
+    rdfs:subPropertyOf prov:involvee ;
+    prov:category "qualified" ;
+    prov:component "alternate" ;
+    prov:editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple." ;
+    prov:inverse "agentInvolvement" .
+
+prov:alternateOf
+    a owl:ObjectProperty ;
+    rdfs:comment "An entity is alternate of another if they are both a specialization of some common entity. The common entity does not need to be identified."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Entity ;
+    rdfs:seeAlso prov:specializationOf ;
+    rdfs:subPropertyOf owl:topObjectProperty ;
+    prov:category "expanded" ;
+    prov:component "alternate" ;
+    prov:definition "An entity is alternate of another if they are both a specialization of some common entity. The common entity does not need to be identified."@en ;
+    prov:inverse "alternateOf" ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Alternate" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate" .
+
+prov:atLocation
+    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
+    rdfs:comment "Location is an optional attribute of Entity and Activity."@en ;
+    rdfs:range prov:Location ;
+    prov:category "expanded" ;
+    prov:editorialNote "The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Involvement classes.", "This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair)." ;
+    prov:inverse "locationOf" .
+
+prov:atTime
+    a owl:DatatypeProperty, owl:FunctionalProperty ;
+    rdfs:domain prov:InstantaneousEvent ;
+    rdfs:range xsd:dateTime ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" .
+
+prov:category
+    a owl:AnnotationProperty ;
+    rdfs:comment "Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. "@en .
+
+prov:component
+    a owl:AnnotationProperty ;
+    rdfs:comment "Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification."@en .
+
+prov:definition
+    a owl:AnnotationProperty ;
+    rdfs:comment "A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term."@en .
+
+prov:derivedByInsertionFrom
+    a owl:ObjectProperty ;
+    rdfs:comment "The dictionary was derived from the other by insertion. prov:qualifiedInsertion shows details of the insertion, in particular the inserted key-value pairs."@en ;
+    rdfs:domain prov:Dictionary ;
+    rdfs:range prov:Dictionary ;
+    rdfs:subPropertyOf prov:wasDerivedFrom ;
+    owl:propertyChainAxiom (prov:qualifiedInsertion
+    ) ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:inverse "hadDerivationByInsertion" ;
+    prov:qualifiedForm prov:Insertion, prov:qualifiedInsertion .
+
+prov:derivedByRemovalFrom
+    a owl:ObjectProperty ;
+    rdfs:comment "The dictionary was derived from the other by removal. prov:qualifiedRemoval shows details of the removal, in particular the removed key-value pairs."@en ;
+    rdfs:domain prov:Dictionary ;
+    rdfs:range prov:Dictionary ;
+    rdfs:subPropertyOf prov:wasDerivedFrom ;
+    owl:propertyChainAxiom (prov:qualifiedRemoval
+    ) ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:inverse "hadDerivationByRemoval" ;
+    prov:qualifiedForm prov:Removal, prov:qualifiedRemoval .
+
+prov:dictionary
+    a owl:ObjectProperty ;
+    rdfs:comment "The property used by a prov:DictionaryInvolvement to cite the prov:Dictionary that was prov:involved in insertion or removal of elements of a collection. "@en ;
+    rdfs:domain prov:DictionaryInvolvement ;
+    rdfs:range prov:Dictionary ;
+    rdfs:subPropertyOf prov:involvee ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple." ;
+    prov:inverse "dictionaryInvolvement" .
+
+prov:editorialNote
+    a owl:AnnotationProperty ;
+    rdfs:comment "A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data."@en .
+
+prov:endedAtTime
+    a owl:DatatypeProperty, owl:FunctionalProperty ;
+    rdfs:comment "The time when an activity ended."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range xsd:dateTime ;
+    prov:category "starting-point" ;
+    prov:component "entities-activities" ;
+    prov:qualifiedForm prov:End, prov:atTime .
+
+prov:entity
+    a owl:FunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "The property used by an prov:EntityInvolvement to cite the Entity that was prov:involved with either an Activity or Entity. It can be used to refer to the entity involved in deriving another entity, being quoted or revised from, being the source of another entity, or being used in an activity. "@en ;
+    rdfs:domain prov:EntityInvolvement ;
+    rdfs:range prov:Entity ;
+    rdfs:subPropertyOf prov:involvee ;
+    prov:category "qualified" ;
+    prov:editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple."@en ;
+    prov:inverse "entityInvolvement" .
+
+prov:generated
+    a owl:ObjectProperty ;
+    rdfs:comment "This inverse of prov:wasGeneratedBy is defined so that Activities being described can reference their generated outputs directly without needing to 'stop' and start describing the Entity. This helps 'Activity-centric' modeling as opposed to 'Entity-centric' modeling." ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:Entity ;
+    rdfs:subPropertyOf prov:involved ;
+    owl:inverseOf prov:wasGeneratedBy ;
+    prov:category "expanded" ;
+    prov:component "entities-activities" ;
+    prov:inverse "wasGeneratedBy" .
+
+prov:generatedAtTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which an entity was completely created."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range xsd:dateTime ;
+    prov:category "starting-point" ;
+    prov:component "entities-activities" ;
+    prov:qualifiedForm prov:Generation, prov:atTime .
+
+prov:hadActivity
+    a owl:FunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "Optional: The Activity that is part of the Involvement, which used, generated, invalidated, or was the responsibility of some Entity."@en ;
+    rdfs:domain prov:Involvement, [
+        a owl:Class ;
+        owl:unionOf (prov:Derivation
+            prov:Invalidation
+            prov:Responsibility
+        )
+    ] ;
+    rdfs:range prov:Activity ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:editorialNote "The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL." ;
+    prov:inverse "wasActivityOfInvolvement" .
+
+prov:hadGeneration
+    a owl:FunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "The generation involving the generated entity and activity."@en ;
+    rdfs:domain prov:Derivation ;
+    rdfs:range prov:Generation ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:inverse "generatedAsDerivation" .
+
+prov:hadOriginalSource
+    a owl:ObjectProperty ;
+    rdfs:comment "An original source refers to the source material that is closest to the person, information, period, or idea being studied. An original source relation is a particular case of derivation that aims to give credit to the source that originated some information."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Entity ;
+    rdfs:subPropertyOf prov:wasDerivedFrom ;
+    owl:propertyChainAxiom (prov:qualifiedSource
+    ) ;
+    prov:category "expanded" ;
+    prov:component "derivations" ;
+    prov:inverse "wasOriginalSourceOf" ;
+    prov:qualifiedForm prov:Source, prov:qualifiedSource .
+
+prov:hadPlan
+    a owl:AsymmetricProperty, owl:FunctionalProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
+    rdfs:comment "The Activity performed was described by the given plan resource. Activity specifications, as referred to by plan links, are out of scope of this specification"@en ;
+    rdfs:domain prov:Association ;
+    rdfs:range prov:Plan ;
+    prov:category "qualified" ;
+    prov:component "agents-responsibility" ;
+    prov:inverse "wasPlanFor" .
+
+prov:hadQuoted
+    a owl:ObjectProperty ;
+    rdfs:comment "The agent who attributed to the original entity."@en ;
+    rdfs:domain prov:Quotation ;
+    rdfs:range prov:Agent ;
+    rdfs:subPropertyOf owl:topObjectProperty ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:inverse "wasQuotedIn" .
+
+prov:hadQuoter
+    a owl:ObjectProperty ;
+    rdfs:comment "The agent who is doing the quoting."@en ;
+    rdfs:domain prov:Quotation ;
+    rdfs:range prov:Agent ;
+    rdfs:subPropertyOf owl:topObjectProperty ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:inverse "wasQuotingIn" .
+
+prov:hadRole
+    a owl:IrreflexiveProperty, owl:ObjectProperty ;
+    rdfs:comment "When an instance of prov:Involvement uses the prov:hadRole property to cite a prov:Role, it is providing a role for the instance referenced by the prov:entity or the prov:activity properties. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en ;
+    rdfs:domain prov:Involvement, [
+        a owl:Class ;
+        owl:unionOf (prov:Association
+            prov:End
+            prov:Generation
+            prov:Start
+            prov:Usage
+        )
+    ] ;
+    rdfs:range prov:Role ;
+    prov:category "qualified" ;
+    prov:component "agents-responsibility" ;
+    prov:definition "prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of a usage, generation, association, start, and end." ;
+    prov:inverse "wasRoleIn" .
+
+prov:hadUsage
+    a owl:FunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "The usage involving the used entity and activity."@en ;
+    rdfs:domain prov:Derivation ;
+    rdfs:range prov:Usage ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:inverse "wasUsedInDerivation" .
+
+prov:hasAnnotation
+    a owl:ObjectProperty ;
+    rdfs:range prov:Note ;
+    prov:category "expanded" ;
+    prov:component "annotations" ;
+    prov:inverse "annotates" .
+
+prov:inserted
+    a owl:ObjectProperty ;
+    rdfs:comment "An object property to refer to the prov:KeyValuePair inserted into a prov:Dictionary."@en ;
+    rdfs:domain prov:Insertion ;
+    rdfs:range prov:KeyValuePair ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:inverse "wasInsertedBy" .
+
+prov:invalidatedAtTime
+    a owl:DatatypeProperty ;
+    rdfs:comment "The time at which the entity began to be invalidated."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range xsd:dateTime ;
+    prov:category "starting-point" ;
+    prov:component "entities-activities" ;
+    prov:qualifiedForm prov:Invalidation, prov:atTime .
+
+prov:inverse
+    a owl:AnnotationProperty ;
+    rdfs:comment "PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used."@en .
+
+prov:involved
+    a owl:ObjectProperty ;
+    rdfs:comment """Subproperties of prov:involved may be be qualified by creating instances of a corresponding prov:Involvement class. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualified [ a prov:Usage; prov:entity :baking; :foo :bar ]
+
+prov:involved should not be used without also using one of its subproperties.
+
+Subproperties of prov:involved may also be asserted directly without being qualified."""@en ;
+    prov:category "qualified" ;
+    prov:inverse "wasInvolvedWith" .
+
+prov:involvee
+    a owl:ObjectProperty ;
+    rdfs:comment "Subproperties of prov:involvee are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:involved (e.g. prov:used, prov:wasGeneratedBy). prov:involvee is used much like rdf:object is used." ;
+    rdfs:domain prov:Involvement ;
+    prov:category "qualified" ;
+    prov:inverse "involvement" .
+
+prov:key
+    a owl:DatatypeProperty, owl:FunctionalProperty ;
+    rdfs:comment "The key of a KeyValuePair, which is an element of a prov:Dictionary."@en ;
+    rdfs:domain prov:KeyValuePair ;
+    rdfs:range rdfs:Literal ;
+    prov:category "collections" ;
+    prov:component "collections" .
+
+prov:member
+    a owl:ObjectProperty ;
+    rdfs:comment "The key-value pair was part of the membership. A membership can have multiple members."@en ;
+    rdfs:domain prov:Membership ;
+    rdfs:range prov:KeyValuePair ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:inverse "inMembership" .
+
+prov:membership
+    a owl:ObjectProperty ;
+    rdfs:comment "The collection included the specified membership of keys-values."@en ;
+    rdfs:domain prov:Dictionary ;
+    rdfs:range prov:Membership ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:inverse "membershipOf" .
+
+prov:prov-dm
+    a owl:AnnotationProperty ;
+    rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+prov:prov-dm-constraints
+    a owl:AnnotationProperty ;
+    rdfs:comment "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept."@en ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+prov:prov-n
+    a owl:AnnotationProperty ;
+    rdfs:comment "A reference to the principal section of the PROV-M document that describes this concept."@en ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+prov:qualifiedAssociation
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ]."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:Association ;
+    prov:category "qualified" ;
+    prov:component "agents-responsibility" ;
+    prov:inverse "associatedActivity" ;
+    prov:unqualifiedForm prov:wasAssociatedWith .
+
+prov:qualifiedAttribution
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was  using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ]."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Attribution ;
+    prov:category "qualified" ;
+    prov:component "agents-responsibility" ;
+    prov:inverse "attributedEntity" ;
+    prov:unqualifiedForm prov:wasAttributedTo .
+
+prov:qualifiedCommunication
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was Inform[ed] using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ]."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:Communication ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:inverse "informedActivity" ;
+    prov:qualifiedForm prov:Communication .
+
+prov:qualifiedDerivation
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Derivation ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:inverse "derivedEntity" ;
+    prov:unqualifiedForm prov:wasDerivedFrom .
+
+prov:qualifiedEnd
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ]."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:End ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:inverse "endedActivity" ;
+    prov:unqualifiedForm prov:wasEndedBy .
+
+prov:qualifiedForm
+    a owl:AnnotationProperty ;
+    rdfs:comment """This annotation property links a prov:involved subproperty with a prov:Involved subclass. This indicates that the property can be qualified by using prov:qualified. 
+
+Example:
+    prov:wasGeneratedBy prov:qualifiedForm prov:Generation .
+
+Then this unqualified assertion:
+    :entity1 prov:wasGeneratedBy :activity1 .
+
+can be qualified by adding:
+   :entity1 prov:qualified :entity1Gen .
+   :entity1Gen a prov:Generation;
+       prov:activity :activity1 ;
+       :customValue 1337 .
+
+Note how the range of the unqualified property is mirrored by the prov:activity or prov:entity on the involvement class."""@en ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+prov:qualifiedGeneration
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:generated Entity :e, then it can qualify how it did performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Generation ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:inverse "generatedEntity" ;
+    prov:unqualifiedForm prov:wasGeneratedBy .
+
+prov:qualifiedInsertion
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Dictionary prov:derivedByInsertionFrom another Dictionary :e, then it can qualify how it did perform the Insertion using prov:qualifiedInsertion [ a prov:Insertion;  prov:dictionary :e; prov:inserted [a prov:KeyValuePair; prov:key \"k1\"^^xsd:string; prov:value :foo] ]."@en ;
+    rdfs:domain prov:Dictionary ;
+    rdfs:range prov:Insertion ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:inverse "insertedToDictionary" ;
+    prov:unqualifiedForm prov:derivedByInsertionFrom .
+
+prov:qualifiedQuotation
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Quotation ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:inverse "quotedByEntity" ;
+    prov:unqualifiedForm prov:wasQuotedFrom .
+
+prov:qualifiedRemoval
+    a owl:ObjectProperty ;
+    rdfs:comment "If this Dictionary prov:derivedByRemovalFrom another Dictionary :e, then it can qualify how it did perform the Removal using prov:qualifiedRemoval [ a prov:Removal;  prov:dictionary :c; prov:removed \"k1\"^^xsd:string ]."@en ;
+    rdfs:domain prov:Dictionary ;
+    rdfs:range prov:Removal ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:inverse "removedFromDictionary" ;
+    prov:unqualifiedForm prov:derivedByRemovalFrom .
+
+prov:qualifiedResponsibility
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ]."@en ;
+    rdfs:domain prov:Agent ;
+    rdfs:range prov:Responsibility ;
+    prov:category "qualified" ;
+    prov:component "agents-responsibility" ;
+    prov:inverse "responsibleAgent" ;
+    prov:unqualifiedForm prov:actedOnBehalfOf .
+
+prov:qualifiedRevision
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was  revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Revision ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:inverse "revisedEntity" ;
+    prov:unqualifiedForm prov:wasRevisionOf .
+
+prov:qualifiedSource
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Entity prov:hadOriginalSource Entity :e, then it can qualify how using prov:qualifiedSource [ a prov:Source; prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Source ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:inverse "sourcingEntity" ;
+    prov:unqualifiedForm prov:hadOriginalSource .
+
+prov:qualifiedStart
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ]."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:Start ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:inverse "startedActivity" ;
+    prov:unqualifiedForm prov:wasStartedBy .
+
+prov:qualifiedStartByActivity
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:wasStartedByActivity :a, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:activity :a; :foo :bar ]."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:StartByActivity ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:inverse "activityStartedActivity" ;
+    prov:unqualifiedForm prov:wasStartedByActivity .
+
+prov:qualifiedTrace
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:activity :a; :foo :bar ]."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Trace ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:inverse "tracedEntity" ;
+    prov:unqualifiedForm prov:tracedTo .
+
+prov:qualifiedUsage
+    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ]."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:Usage ;
+    prov:category "qualified" ;
+    prov:component "entities-activities" ;
+    prov:inverse "consumingActivity" ;
+    prov:unqualifiedForm prov:used .
+
+prov:removedKey
+    a owl:DatatypeProperty ;
+    rdfs:comment "The key removed in a Removal."@en ;
+    rdfs:domain prov:Removal ;
+    rdfs:range rdfs:Literal ;
+    prov:category "collections" ;
+    prov:component "collections" .
+
+prov:specializationOf
+    a owl:ObjectProperty ;
+    rdfs:comment "An entity is a specialization of another if they both refer to some common thing but the former is a more constrained entity than the former. The common entity does not need to be identified."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Entity ;
+    rdfs:seeAlso prov:alternateOf ;
+    rdfs:subPropertyOf owl:topObjectProperty ;
+    prov:category "expanded" ;
+    prov:component "alternate" ;
+    prov:definition "An entity is a specialization of another if they both refer to some common thing but the former is a more constrained entity than the former. The common entity does not need to be identified." ;
+    prov:inverse "generalizationOf" ;
+    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization" ;
+    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Specialization" ;
+    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization" .
+
+prov:startedAtTime
+    a owl:DatatypeProperty, owl:FunctionalProperty ;
+    rdfs:comment "The time when an activity started."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range xsd:dateTime ;
+    prov:category "starting-point" ;
+    prov:component "entities-activities" ;
+    prov:qualifiedForm prov:Start, prov:atTime .
+
+prov:todo
+    a owl:AnnotationProperty .
+
+prov:tracedTo
+    a owl:ObjectProperty, owl:TransitiveProperty ;
+    rdfs:comment "An object property to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Entity ;
+    rdfs:subPropertyOf prov:involved ;
+    owl:propertyChainAxiom (prov:qualifiedTrace
+    ) ;
+    prov:category "expanded" ;
+    prov:component "derivations" ;
+    prov:inverse "tracedFrom" ;
+    prov:qualifiedForm prov:Trace, prov:qualifiedTrace .
+
+prov:unqualifiedForm
+    a owl:AnnotationProperty ;
+    rdfs:comment "Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation."@en ;
+    rdfs:subPropertyOf rdfs:seeAlso .
+
+prov:used
+    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
+    rdfs:comment "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven ."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:Entity ;
+    rdfs:subPropertyOf prov:involved ;
+    owl:propertyChainAxiom (prov:qualifiedUsage
+    ) ;
+    prov:category "starting-point" ;
+    prov:component "entities-activities" ;
+    prov:inverse "wasUsedBy" ;
+    prov:qualifiedForm prov:Usage, prov:qualifiedUsage .
+
+prov:value
+    a owl:FunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "The value of a KeyValuePair."@en ;
+    rdfs:domain prov:KeyValuePair ;
+    rdfs:range prov:Entity ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:inverse "valueOf" .
+
+prov:wasApprovedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "The agent who approved the revision."@en ;
+    rdfs:domain prov:Revision ;
+    rdfs:range prov:Agent ;
+    prov:category "qualified" ;
+    prov:component "derivations" ;
+    prov:definition "responsibility: an optional identifier (ag) for the agent who approved the newer entity as a variant of the older"@en ;
+    prov:inverse "approvedRevision"@en .
+
+prov:wasAssociatedWith
+    a owl:ObjectProperty ;
+    rdfs:comment "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:Agent ;
+    rdfs:subPropertyOf prov:involved ;
+    owl:propertyChainAxiom (prov:qualifiedAssociation
+    ) ;
+    prov:category "starting-point" ;
+    prov:component "agents-responsibility" ;
+    prov:inverse "wasAssociateFor" ;
+    prov:qualifiedForm prov:Association, prov:qualifiedAssociation .
+
+prov:wasAttributedTo
+    a owl:ObjectProperty ;
+    rdfs:comment "Attribution is the ascribing of an entity to an agent."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Agent ;
+    rdfs:subPropertyOf prov:tracedTo ;
+    owl:propertyChainAxiom (prov:qualifiedAttribution
+    ) ;
+    prov:category "starting-point" ;
+    prov:component "agents-responsibility" ;
+    prov:definition "Attribution is the ascribing of an entity to an agent." ;
+    prov:inverse "contributed" ;
+    prov:qualifiedForm prov:Attribution, prov:qualifiedAttribution .
+
+prov:wasDerivedFrom
+    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
+    rdfs:comment "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Entity ;
+    rdfs:subPropertyOf prov:tracedTo ;
+    owl:propertyChainAxiom (prov:qualifiedDerivation
+    ) ;
+    prov:category "starting-point" ;
+    prov:component "derivations" ;
+    prov:definition "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one."@en ;
+    prov:inverse "hadDerivation" ;
+    prov:qualifiedForm prov:Derivation, prov:qualifiedDerivation .
+
+prov:wasEndedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:Entity ;
+    rdfs:subPropertyOf prov:involved ;
+    owl:propertyChainAxiom (prov:qualifiedEnd
+    ) ;
+    prov:category "expanded" ;
+    prov:component "entities-activities" ;
+    prov:editorialNote "was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012"@en ;
+    prov:inverse "ended" ;
+    prov:qualifiedForm prov:End, prov:qualifiedEnd .
+
+prov:wasGeneratedBy
+    a owl:AsymmetricProperty, owl:FunctionalProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
+    rdfs:comment "wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity"@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Activity ;
+    rdfs:subPropertyOf prov:involved ;
+    owl:propertyChainAxiom (prov:qualifiedGeneration
+    ) ;
+    prov:category "starting-point" ;
+    prov:component "entities-activities" ;
+    prov:inverse "generated" ;
+    prov:qualifiedForm prov:Generation, prov:qualifiedGeneration .
+
+prov:wasInformedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:Activity ;
+    rdfs:subPropertyOf prov:involved ;
+    owl:propertyChainAxiom (prov:qualifiedCommunication
+    ) ;
+    prov:category "starting-point" ;
+    prov:component "entities-activities" ;
+    prov:inverse "informed" ;
+    prov:qualifiedForm prov:Communication, prov:qualifiedCommunication .
+
+prov:wasInvalidatedBy
+    a owl:ObjectProperty ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Activity ;
+    rdfs:subPropertyOf prov:involved ;
+    prov:category "starting-point" ;
+    prov:component "entities-activities" ;
+    prov:inverse "invalidated" .
+
+prov:wasQuotedFrom
+    a owl:ObjectProperty ;
+    rdfs:comment "An entity is derived from an original entity by copying, or \"quoting\", some or all of it."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Entity ;
+    rdfs:subPropertyOf prov:wasDerivedFrom ;
+    owl:propertyChainAxiom (prov:qualifiedQuotation
+    ) ;
+    prov:category "expanded" ;
+    prov:component "derivations" ;
+    prov:inverse "wasQuotedBy" ;
+    prov:qualifiedForm prov:Quotation, prov:qualifiedQuotation .
+
+prov:wasRevisionOf
+    a owl:ObjectProperty ;
+    rdfs:comment "A revision is a derivation that revises an entity into a revised version."@en ;
+    rdfs:domain prov:Entity ;
+    rdfs:range prov:Entity ;
+    rdfs:subPropertyOf prov:wasDerivedFrom ;
+    owl:propertyChainAxiom (prov:qualifiedRevision
+    ) ;
+    prov:category "expanded" ;
+    prov:component "derivations" ;
+    prov:inverse "hadRevision" ;
+    prov:qualifiedForm prov:Revision, prov:qualifiedRevision .
+
+prov:wasStartedBy
+    a owl:ObjectProperty ;
+    rdfs:comment "Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:Entity ;
+    rdfs:subPropertyOf prov:involved ;
+    owl:propertyChainAxiom (prov:qualifiedStart
+    ) ;
+    prov:category "expanded" ;
+    prov:component "entities-activities" ;
+    prov:editorialNote "was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012"@en ;
+    prov:inverse "started" ;
+    prov:qualifiedForm prov:Start, prov:qualifiedStart .
+
+prov:wasStartedByActivity
+    a owl:ObjectProperty ;
+    rdfs:comment "The start of an activity with an implicit trigger generated by another activity."@en ;
+    rdfs:domain prov:Activity ;
+    rdfs:range prov:Activity ;
+    rdfs:subPropertyOf prov:involved ;
+    owl:propertyChainAxiom (prov:qualifiedStartByActivity
+    ) ;
+    prov:category "starting-point" ;
+    prov:component "entities-activities" ;
+    prov:inverse "activityStarted" ;
+    prov:qualifiedForm prov:StartByActivity, prov:qualifiedStartByActivity .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "hadOriginalSource property is a particular case of wasDerivedFrom that aims to give credit to the source that originated some information." ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource prov:hadOriginalSource ;
+    owl:annotatedTarget prov:wasDerivedFrom .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Attribution is a particular case of trace, in the sense that it links an entity to the agent that ascribed it." ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource prov:wasAttributedTo ;
+    owl:annotatedTarget prov:tracedTo .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Derivation is a particular case of trace, since it links an entity to another entity that contributed to its existence." ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource prov:wasDerivedFrom ;
+    owl:annotatedTarget prov:tracedTo .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Quotation is a particular case of derivation in which an entity is derived from an original entity by copying, or \"quoting\", some or all of it. " ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource prov:wasQuotedFrom ;
+    owl:annotatedTarget prov:wasDerivedFrom .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Insertion is a form of derivation that transforms a dictionary into another, by insertion of one or more key-entity pairs. " ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource prov:derivedByInsertionFrom ;
+    owl:annotatedTarget prov:wasDerivedFrom .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision 23 April 2012 'wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.'" ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource prov:wasRevisionOf ;
+    owl:annotatedTarget prov:wasDerivedFrom .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Removal is a form of derivation that transforms a dictionary into another, by removing one or more key-entity pairs. " ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource prov:derivedByRemovalFrom ;
+    owl:annotatedTarget prov:wasDerivedFrom .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/prov.ttl.prov	Mon May 07 09:12:52 2012 -0400
@@ -0,0 +1,17 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+
+<prov.ttl> 
+   prov:wasDerivedFrom <ProvenanceOntology.owl>;
+   prov:qualifiedDerivation [
+      a prov:Derivation;
+      prov:entity <ProvenanceOntology.owl>;
+      prov:hadActivity [
+         a prov:Activity;
+         prov:used <ProvenanceOntology.owl>, 
+                   [ a prov:Entity;
+                     prov:value "rapper -g -o turtle ProvenanceOntology.owl > prov.ttl";
+                   ];
+         prov:wasAssociatedWith [ a prov:Person ];
+      ];    
+   ];
+.