diff --git a/components/services/prov-o/cross-reference.py b/components/services/prov-o/cross-reference.py index c4a6bcd..25cad7f 100755 --- a/components/services/prov-o/cross-reference.py +++ b/components/services/prov-o/cross-reference.py @@ -182,8 +182,8 @@ cross.write('
\n') # class rdfs:comment for comment in owlClass.rdfs_comment: - cross.write('

'+comment+'

\n') - cross.write('
\n') + cross.write('

'+comment+'

\n') + cross.write('
\n') # class prov:component ?component if len(owlClass.prov_component) > 0 and False: diff --git a/components/services/prov-o/includes/cross-reference-collections.html b/components/services/prov-o/includes/cross-reference-collections.html index 8b9ec34..b2aaea0 100644 --- a/components/services/prov-o/includes/cross-reference-collections.html +++ b/components/services/prov-o/includes/cross-reference-collections.html @@ -20,8 +20,8 @@

-

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.

-
+

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.

+
is subclass of
@@ -49,10 +49,10 @@

-

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.

-
-

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.

-
+

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.

+
+

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.

+
is subclass of
@@ -99,8 +99,8 @@

-

prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary.

-
+

prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary.

+
is subclass of
@@ -137,8 +137,8 @@

-

An empty dictionary.

-
+

An empty dictionary.

+
is subclass of
@@ -166,8 +166,8 @@

-

Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs.

-
+

Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs.

+
is subclass of
@@ -208,8 +208,8 @@

-

A key-value pair. Part of a prov:Collection through prov:Membership. The key is any RDF Literal, the value is a prov:Entity.

-
+

A key-value pair. Part of a prov:Collection through prov:Membership. The key is any RDF Literal, the value is a prov:Entity.

+
in domain of
@@ -242,8 +242,8 @@

-

Described members of a collection, in the form of key-value pairs. The Membership resource can also be annotated with attributes.

-
+

Described members of a collection, in the form of key-value pairs. The Membership resource can also be annotated with attributes.

+
in domain of
@@ -286,8 +286,8 @@

-

Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs.

-
+

Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs.

+
is subclass of
diff --git a/components/services/prov-o/includes/cross-reference-expanded.html b/components/services/prov-o/includes/cross-reference-expanded.html index 1ea1d38..73d6003 100644 --- a/components/services/prov-o/includes/cross-reference-expanded.html +++ b/components/services/prov-o/includes/cross-reference-expanded.html @@ -22,8 +22,8 @@

-

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.

-
+

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.

+
is subclass of
@@ -51,8 +51,8 @@

-

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.

-
+

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.

+
in range of
@@ -80,8 +80,8 @@

-

Attribute-value pairs occurring in notes are application specific.

-
+

Attribute-value pairs occurring in notes are application specific.

+
in range of
@@ -109,8 +109,8 @@

-

Agents of type Organization are social institutions such as companies, societies etc.

-
+

Agents of type Organization are social institutions such as companies, societies etc.

+
is subclass of
@@ -138,8 +138,8 @@

-

Agents of type Person are people.

-
+

Agents of type Person are people.

+
is subclass of
@@ -167,8 +167,8 @@

-

A software agent is running software.

-
+

A software agent is running software.

+
is subclass of
diff --git a/components/services/prov-o/includes/cross-reference-qualified.html b/components/services/prov-o/includes/cross-reference-qualified.html index 6c90f2a..46e287f 100644 --- a/components/services/prov-o/includes/cross-reference-qualified.html +++ b/components/services/prov-o/includes/cross-reference-qualified.html @@ -20,8 +20,8 @@

-

prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity.

-
+

prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity.

+
is subclass of
@@ -37,8 +37,8 @@

prov:Invalidation prov:Communication - prov:Generation prov:StartByActivity + prov:Generation

@@ -60,8 +60,8 @@

-

prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent.

-
+

prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent.

+
is subclass of
@@ -101,8 +101,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -145,8 +145,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -184,8 +184,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -223,8 +223,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -233,8 +233,8 @@

in domain of
- prov:hadUsageop prov:hadGenerationop + prov:hadUsageop
in range of
@@ -268,8 +268,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -306,8 +306,8 @@

-

prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity.

-
+

prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity.

+
is subclass of
@@ -352,8 +352,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -393,8 +393,8 @@

-

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.

-
+

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.

+
in domain of
@@ -403,11 +403,11 @@

has subclasses
- prov:Invalidation + prov:End prov:Start + prov:Invalidation prov:Usage prov:Generation - prov:End

@@ -457,8 +457,8 @@

-

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.

-
+

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.

+
in domain of
@@ -501,8 +501,8 @@

-

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.

-
+

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.

+
is subclass of
@@ -535,8 +535,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -580,8 +580,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -619,8 +619,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -658,8 +658,8 @@

-

A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end.

-
+

A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end.

+
in range of
@@ -687,8 +687,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -726,8 +726,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -766,8 +766,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -805,8 +805,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -844,8 +844,8 @@

-

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 ].

-
+

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 ].

+
is subclass of
@@ -1411,7 +1411,7 @@