http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/3ecb1291/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/skos-owl1-dl.rdf
----------------------------------------------------------------------
diff --git 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/skos-owl1-dl.rdf
 
b/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/skos-owl1-dl.rdf
deleted file mode 100644
index 199b7fa..0000000
--- 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/skos-owl1-dl.rdf
+++ /dev/null
@@ -1,465 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-        <!-- This is a **subset** of the SKOS rdf schema generated through an 
XSL
-            translation. Certain axioms have been removed to provide a valid 
OWL DL ontology. -->
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:dct="http://purl.org/dc/terms/"; 
xmlns:owl="http://www.w3.org/2002/07/owl#"; 
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"; 
xmlns:skos="http://www.w3.org/2004/02/skos/core#"; 
xml:base="http://www.w3.org/2004/02/skos/core";>
-  <!-- This schema represents a formalisation of a subset of the semantic 
conditions 
-    described in the SKOS Reference document dated 18 August 2009, accessible 
at
-    http://www.w3.org/TR/2009/REC-skos-reference-20090818/. XML comments of 
the form Sn are used to 
-    indicate the semantic conditions that are being expressed. Comments of the 
form 
-    [Sn] refer to assertions that are, strictly speaking, redundant as they 
follow 
-    from the RDF(S) or OWL semantics.
-    
-    A number of semantic conditions are *not* expressed formally in this 
schema. These are:
-    
-    S12
-    S13
-    S14
-    S27
-    S36
-    S46
-    
-    For the conditions listed above, rdfs:comments are used to indicate the 
conditions.
-    
-   -->
-  <owl:Ontology rdf:about="http://www.w3.org/2004/02/skos/core";>   
-    <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/skos-reference/"/>
-  </owl:Ontology>
-
-  <rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core";>
-    <owl:versionIRI 
rdf:resource="http://www.w3.org/TR/skos-reference/skos-owl1-dl.rdf"/>
-  </rdf:Description>
-    
-  <rdf:Description rdf:about="#Concept">
-    <rdfs:label xml:lang="en">Concept</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">An idea or notion; a unit of 
thought.</skos:definition>
-    <!-- S1 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#ConceptScheme">
-    <rdfs:label xml:lang="en">Concept Scheme</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">A set of concepts, optionally including 
statements about semantic relationships between those 
concepts.</skos:definition>
-    <skos:scopeNote xml:lang="en">A concept scheme may be defined to include 
concepts from different sources.</skos:scopeNote>
-    <skos:example xml:lang="en">Thesauri, classification schemes, subject 
heading lists, taxonomies, 'folksonomies', and other types of controlled 
vocabulary are all examples of concept schemes. Concept schemes are also 
embedded in glossaries and terminologies.</skos:example>
-    <!-- S2 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <!-- S9 -->
-    <owl:disjointWith rdf:resource="#Concept"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#Collection">
-    <rdfs:label xml:lang="en">Collection</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">A meaningful collection of 
concepts.</skos:definition>
-    <skos:scopeNote xml:lang="en">Labelled collections can be used where you 
would like a set of concepts to be displayed under a 'node label' in the 
hierarchy.</skos:scopeNote>
-    <!-- S28 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <!-- S37 -->
-    <owl:disjointWith rdf:resource="#Concept"/>
-    <!-- S37 -->
-    <owl:disjointWith rdf:resource="#ConceptScheme"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#OrderedCollection">
-    <rdfs:label xml:lang="en">Ordered Collection</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">An ordered collection of concepts, where 
both the grouping and the ordering are meaningful.</skos:definition>
-    <skos:scopeNote xml:lang="en">Ordered collections can be used where you 
would like a set of concepts to be displayed in a specific order, and 
optionally under a 'node label'.</skos:scopeNote>
-    <!-- S28 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <!-- S29 -->
-    <rdfs:subClassOf rdf:resource="#Collection"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#inScheme">
-    <rdfs:label xml:lang="en">is in scheme</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">Relates a resource (for example a concept) 
to a concept scheme in which it is included.</skos:definition>
-    <skos:scopeNote xml:lang="en">A concept may be a member of more than one 
concept scheme.</skos:scopeNote>
-    <!-- S3 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S4 -->
-    <rdfs:range rdf:resource="#ConceptScheme"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#hasTopConcept">
-    <rdfs:label xml:lang="en">has top concept</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">Relates, by convention, a concept scheme to 
a concept which is topmost in the broader/narrower concept hierarchies for that 
scheme, providing an entry point to these hierarchies.</skos:definition>
-    <!-- S3 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S5 -->
-    <rdfs:domain rdf:resource="#ConceptScheme"/>
-    <!-- S6 -->
-    <rdfs:range rdf:resource="#Concept"/>
-    <!-- S8 -->
-    <owl:inverseOf rdf:resource="#topConceptOf"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#topConceptOf">
-    <rdfs:label xml:lang="en">is top concept in scheme</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">Relates a concept to the concept scheme 
that it is a top level concept of.</skos:definition>
-    <!-- S3 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S7 -->
-    <rdfs:subPropertyOf rdf:resource="#inScheme"/>
-    <!-- S8 -->
-    <owl:inverseOf rdf:resource="#hasTopConcept"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-    <rdfs:domain rdf:resource="#Concept"/>
-    <rdfs:range rdf:resource="#ConceptScheme"/> 
-  </rdf:Description>
-  <rdf:Description rdf:about="#prefLabel">
-    <rdfs:label xml:lang="en">preferred label</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">The preferred lexical label for a resource, 
in a given language.</skos:definition>
-    <!-- S10 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
-    <!-- S11 -->
-    <!-- Axiom Deleted -->
-    <!-- S14 (not formally stated) -->
-    <rdfs:comment xml:lang="en">A resource has no more than one value of 
skos:prefLabel per language tag, and no more than one value of skos:prefLabel 
without language tag.</rdfs:comment>
-    <!-- S12 (not formally stated) -->
-    <rdfs:comment xml:lang="en">The range of skos:prefLabel is the class of 
RDF plain literals.</rdfs:comment>
-    <!-- S13 (not formally stated) -->
-    <rdfs:comment xml:lang="en">skos:prefLabel, skos:altLabel and 
skos:hiddenLabel are pairwise
-      disjoint properties.</rdfs:comment>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#altLabel">
-    <rdfs:label xml:lang="en">alternative label</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">An alternative lexical label for a 
resource.</skos:definition>
-    <skos:example xml:lang="en">Acronyms, abbreviations, spelling variants, 
and irregular plural/singular forms may be included among the alternative 
labels for a concept. Mis-spelled terms are normally included as hidden labels 
(see skos:hiddenLabel).</skos:example>
-    <!-- S10 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
-    <!-- S11 -->
-    <!-- Axiom Deleted -->
-    <!-- S12 (not formally stated) -->
-    <rdfs:comment xml:lang="en">The range of skos:altLabel is the class of RDF 
plain literals.</rdfs:comment>
-    <!-- S13 (not formally stated) -->
-    <rdfs:comment xml:lang="en">skos:prefLabel, skos:altLabel and 
skos:hiddenLabel are pairwise disjoint properties.</rdfs:comment>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#hiddenLabel">
-    <rdfs:label xml:lang="en">hidden label</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">A lexical label for a resource that should 
be hidden when generating visual displays of the resource, but should still be 
accessible to free text search operations.</skos:definition>
-    <!-- S10 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
-    <!-- S11 -->
-    <!-- Axiom Deleted -->
-    <!-- S12 (not formally stated) -->
-    <rdfs:comment xml:lang="en">The range of skos:hiddenLabel is the class of 
RDF plain literals.</rdfs:comment>
-    <!-- S13 (not formally stated) -->
-    <rdfs:comment xml:lang="en">skos:prefLabel, skos:altLabel and 
skos:hiddenLabel are pairwise disjoint properties.</rdfs:comment>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#notation">
-    <rdfs:label xml:lang="en">notation</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">A notation, also known as classification 
code, is a string of characters such as "T58.5" or "303.4833" used to uniquely 
identify a concept within the scope of a given concept scheme.</skos:definition>
-    <skos:scopeNote xml:lang="en">By convention, skos:notation is used with a 
typed literal in the object position of the triple.</skos:scopeNote>
-    <!-- S15 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#note">
-    <rdfs:label xml:lang="en">note</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">A general note, for any 
purpose.</skos:definition>
-    <skos:scopeNote xml:lang="en">This property may be used directly, or as a 
super-property for more specific note types.</skos:scopeNote>
-    <!-- S16 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#changeNote">
-    <rdfs:label xml:lang="en">change note</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">A note about a modification to a 
concept.</skos:definition>
-    <!-- S16 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
-    <!-- S17 -->
-    <!-- Axiom Deleted -->
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#definition">
-    <rdfs:label xml:lang="en">definition</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">A statement or formal explanation of the 
meaning of a concept.</skos:definition>
-    <!-- S16 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
-    <!-- S17 -->
-    <!-- Axiom Deleted -->
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#editorialNote">
-    <rdfs:label xml:lang="en">editorial note</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">A note for an editor, translator or 
maintainer of the vocabulary.</skos:definition>
-    <!-- S16 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
-    <!-- S17 -->
-    <!-- Axiom Deleted -->
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#example">
-    <rdfs:label xml:lang="en">example</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">An example of the use of a 
concept.</skos:definition>
-    <!-- S16 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
-    <!-- S17 -->
-    <!-- Axiom Deleted -->
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#historyNote">
-    <rdfs:label xml:lang="en">history note</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">A note about the past state/use/meaning of 
a concept.</skos:definition>
-    <!-- S16 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
-    <!-- S17 -->
-    <!-- Axiom Deleted -->
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#scopeNote">
-    <rdfs:label xml:lang="en">scope note</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">A note that helps to clarify the meaning 
and/or the use of a concept.</skos:definition>
-    <!-- S16 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
-    <!-- S17 -->
-    <!-- Axiom Deleted -->
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#semanticRelation">
-    <rdfs:label xml:lang="en">is in semantic relation with</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">Links a concept to a concept related by 
meaning.</skos:definition>
-    <skos:scopeNote xml:lang="en">This property should not be used directly, 
but as a super-property for all properties denoting a relationship of meaning 
between concepts.</skos:scopeNote>
-    <!-- S18 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S19 -->
-    <rdfs:domain rdf:resource="#Concept"/>
-    <!-- S20 -->
-    <rdfs:range rdf:resource="#Concept"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#broader">
-    <rdfs:label xml:lang="en">has broader</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">Relates a concept to a concept that is more 
general in meaning.</skos:definition>
-    <rdfs:comment xml:lang="en">Broader concepts are typically rendered as 
parents in a concept hierarchy (tree).</rdfs:comment>
-    <skos:scopeNote xml:lang="en">By convention, skos:broader is only used to 
assert an immediate (i.e. direct) hierarchical link between two conceptual 
resources.</skos:scopeNote>
-    <!-- S18 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S22 -->
-    <rdfs:subPropertyOf rdf:resource="#broaderTransitive"/>
-    <!-- S25 -->
-    <owl:inverseOf rdf:resource="#narrower"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#narrower">
-    <rdfs:label xml:lang="en">has narrower</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">Relates a concept to a concept that is more 
specific in meaning.</skos:definition>
-    <skos:scopeNote xml:lang="en">By convention, skos:broader is only used to 
assert an immediate (i.e. direct) hierarchical link between two conceptual 
resources.</skos:scopeNote>
-    <rdfs:comment xml:lang="en">Narrower concepts are typically rendered as 
children in a concept hierarchy (tree).</rdfs:comment>
-    <!-- S18 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S22 -->
-    <rdfs:subPropertyOf rdf:resource="#narrowerTransitive"/>
-    <!-- S25 -->
-    <owl:inverseOf rdf:resource="#broader"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#related">
-    <rdfs:label xml:lang="en">has related</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">Relates a concept to a concept with which 
there is an associative semantic relationship.</skos:definition>
-    <!-- S18 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S21 -->
-    <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
-    <!-- S23 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
-    <!-- S27 (not formally stated) -->
-    <rdfs:comment xml:lang="en">skos:related is disjoint with 
skos:broaderTransitive</rdfs:comment>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#broaderTransitive">
-    <rdfs:label xml:lang="en">has broader transitive</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition>skos:broaderTransitive is a transitive superproperty of 
skos:broader.</skos:definition>
-    <skos:scopeNote xml:lang="en">By convention, skos:broaderTransitive is not 
used to make assertions. Rather, the properties can be used to draw inferences 
about the transitive closure of the hierarchical relation, which is useful e.g. 
when implementing a simple query expansion algorithm in a search 
application.</skos:scopeNote>
-    <!-- S18 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S21 -->
-    <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
-    <!-- S24 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
-    <!-- S26 -->
-    <owl:inverseOf rdf:resource="#narrowerTransitive"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#narrowerTransitive">
-    <rdfs:label xml:lang="en">has narrower transitive</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition>skos:narrowerTransitive is a transitive superproperty of 
skos:narrower.</skos:definition>
-    <skos:scopeNote xml:lang="en">By convention, skos:narrowerTransitive is 
not used to make assertions. Rather, the properties can be used to draw 
inferences about the transitive closure of the hierarchical relation, which is 
useful e.g. when implementing a simple query expansion algorithm in a search 
application.</skos:scopeNote>
-    <!-- S18 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S21 -->
-    <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
-    <!-- S24 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
-    <!-- S26 -->
-    <owl:inverseOf rdf:resource="#broaderTransitive"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#member">
-    <rdfs:label xml:lang="en">has member</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">Relates a collection to one of its 
members.</skos:definition>
-    <!-- S30 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S31 -->
-    <rdfs:domain rdf:resource="#Collection"/>
-    <!-- S32 -->
-    <rdfs:range>
-      <owl:Class>
-       <owl:unionOf rdf:parseType="Collection">
-         <owl:Class rdf:about="#Concept"/>
-         <owl:Class rdf:about="#Collection"/>
-       </owl:unionOf>
-      </owl:Class>
-    </rdfs:range>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#memberList">
-    <rdfs:label xml:lang="en">has member list</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">Relates an ordered collection to the RDF 
list containing its members.</skos:definition>
-    <!-- S30 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S33 -->
-    <rdfs:domain rdf:resource="#OrderedCollection"/>
-    <!-- S35 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-    <!-- S34 -->
-    <!-- Axiom Deleted -->
-    <!-- S36 (not formally stated) -->
-    <rdfs:comment xml:lang="en">For any resource, every item in the list given 
as the value of the
-      skos:memberList property is also a value of the skos:member 
property.</rdfs:comment>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#mappingRelation">
-    <rdfs:label xml:lang="en">is in mapping relation with</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">Relates two concepts coming, by convention, 
from different schemes, and that have comparable meanings</skos:definition>
-    <rdfs:comment xml:lang="en">These concept mapping relations mirror 
semantic relations, and the data model defined below is similar (with the 
exception of skos:exactMatch) to the data model defined for semantic relations. 
A distinct vocabulary is provided for concept mapping relations, to provide a 
convenient way to differentiate links within a concept scheme from links 
between concept schemes. However, this pattern of usage is not a formal 
requirement of the SKOS data model, and relies on informal definitions of best 
practice.</rdfs:comment>
-    <!-- S38 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S39 -->
-    <rdfs:subPropertyOf rdf:resource="#semanticRelation"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#broadMatch">
-    <rdfs:label xml:lang="en">has broader match</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">skos:broadMatch is used to state a 
hierarchical mapping link between two conceptual resources in different concept 
schemes.</skos:definition>
-    <!-- S38 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S40 -->
-    <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
-    <!-- S41 -->
-    <rdfs:subPropertyOf rdf:resource="#broader"/>
-    <!-- S43 -->
-    <owl:inverseOf rdf:resource="#narrowMatch"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#narrowMatch">
-    <rdfs:label xml:lang="en">has narrower match</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">skos:narrowMatch is used to state a 
hierarchical mapping link between two conceptual resources in different concept 
schemes.</skos:definition>
-    <!-- S38 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S40 -->
-    <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
-    <!-- S41 -->
-    <rdfs:subPropertyOf rdf:resource="#narrower"/>
-    <!-- S43 -->
-    <owl:inverseOf rdf:resource="#broadMatch"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#relatedMatch">
-    <rdfs:label xml:lang="en">has related match</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">skos:relatedMatch is used to state an 
associative mapping link between two conceptual resources in different concept 
schemes.</skos:definition>
-    <!-- S38 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S40 -->
-    <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
-    <!-- S41 -->
-    <rdfs:subPropertyOf rdf:resource="#related"/>
-    <!-- S44 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#exactMatch">
-    <rdfs:label xml:lang="en">has exact match</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">skos:exactMatch is used to link two 
concepts, indicating a high degree of confidence that the concepts can be used 
interchangeably across a wide range of information retrieval applications. 
skos:exactMatch is a transitive property, and is a sub-property of 
skos:closeMatch.</skos:definition>
-    <!-- S38 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S42 -->
-    <rdfs:subPropertyOf rdf:resource="#closeMatch"/>
-    <!-- S44 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
-    <!-- S45 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
-    <!-- S46 (not formally stated) -->
-    <rdfs:comment xml:lang="en">skos:exactMatch is disjoint with each of the 
properties skos:broadMatch and skos:relatedMatch.</rdfs:comment>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="#closeMatch">
-    <rdfs:label xml:lang="en">has close match</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core"/>
-    <skos:definition xml:lang="en">skos:closeMatch is used to link two 
concepts that are sufficiently similar that they can be used interchangeably in 
some information retrieval applications. In order to avoid the possibility of 
"compound errors" when combining mappings across more than two concept schemes, 
skos:closeMatch is not declared to be a transitive property.</skos:definition>
-    <!-- S38 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <!-- S40 -->
-    <rdfs:subPropertyOf rdf:resource="#mappingRelation"/>
-    <!-- S44 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
-    <!-- For non-OWL aware applications -->
-    <rdf:type 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
-  </rdf:Description>
-</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/3ecb1291/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/taverna-prov.owl
----------------------------------------------------------------------
diff --git 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/taverna-prov.owl
 
b/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/taverna-prov.owl
deleted file mode 100644
index de99869..0000000
--- 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/taverna-prov.owl
+++ /dev/null
@@ -1,333 +0,0 @@
-<?xml version="1.0"?>
-
-
-<!DOCTYPE rdf:RDF [
-    <!ENTITY prov "http://www.w3.org/ns/prov#"; >
-    <!ENTITY owl "http://www.w3.org/2002/07/owl#"; >
-    <!ENTITY wfdesc "http://purl.org/wf4ever/wfdesc#"; >
-    <!ENTITY wfprov "http://purl.org/wf4ever/wfprov#"; >
-    <!ENTITY cnt "http://www.w3.org/2011/content#"; >
-    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#"; >
-    <!ENTITY xml "http://www.w3.org/XML/1998/namespace"; >
-    <!ENTITY scufl2 "http://ns.taverna.org.uk/2010/scufl2#"; >
-    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#"; >
-    <!ENTITY tavernaprov "http://ns.taverna.org.uk/2012/tavernaprov/"; >
-    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#"; >
-]>
-
-
-<rdf:RDF xmlns="&tavernaprov;#"
-     xml:base="http://ns.taverna.org.uk/2012/tavernaprov/";
-     xmlns:prov="http://www.w3.org/ns/prov#";
-     xmlns:cnt="http://www.w3.org/2011/content#";
-     xmlns:wfprov="http://purl.org/wf4ever/wfprov#";
-     xmlns:xml="http://www.w3.org/XML/1998/namespace";
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
-     xmlns:wfdesc="http://purl.org/wf4ever/wfdesc#";
-     xmlns:tavernaprov="http://ns.taverna.org.uk/2012/tavernaprov/";
-     xmlns:owl="http://www.w3.org/2002/07/owl#";
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#";
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
-     xmlns:scufl2="http://ns.taverna.org.uk/2010/scufl2#";>
-    <owl:Ontology rdf:about="http://ns.taverna.org.uk/2012/tavernaprov/";>
-        <owl:imports rdf:resource="http://ns.taverna.org.uk/2010/scufl2"/>
-        <owl:versionIRI rdf:resource="&tavernaprov;0.2-SNAPSHOT/"/>
-        <owl:imports rdf:resource="http://purl.org/wf4ever/wfdesc"/>
-        <owl:imports rdf:resource="http://purl.org/wf4ever/wfprov"/>
-        <owl:imports rdf:resource="http://www.w3.org/2011/content"/>
-        <owl:imports rdf:resource="http://www.w3.org/ns/prov#"/>
-    </owl:Ontology>
-    
-
-
-    <!-- 
-    
///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Annotation properties
-    //
-    
///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://ns.taverna.org.uk/2012/tavernaprov/errorMessage -->
-
-    <owl:AnnotationProperty rdf:about="&tavernaprov;errorMessage">
-        <rdfs:domain rdf:resource="&tavernaprov;Error"/>
-    </owl:AnnotationProperty>
-    
-
-
-    <!-- 
-    
///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Object Properties
-    //
-    
///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://ns.taverna.org.uk/2012/tavernaprov/content -->
-
-    <owl:ObjectProperty rdf:about="&tavernaprov;content">
-        <rdfs:range rdf:resource="&tavernaprov;Content"/>
-        <rdfs:domain rdf:resource="&wfprov;Artifact"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfdesc#hasDataLink -->
-
-    <rdf:Description rdf:about="&wfdesc;hasDataLink">
-        <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfdesc#hasInput -->
-
-    <rdf:Description rdf:about="&wfdesc;hasInput">
-        <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfdesc#hasOutput -->
-
-    <rdf:Description rdf:about="&wfdesc;hasOutput">
-        <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfdesc#hasSubProcess -->
-
-    <rdf:Description rdf:about="&wfdesc;hasSubProcess">
-        <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#usedInput -->
-
-    <rdf:Description rdf:about="&wfprov;usedInput">
-        <rdfs:subPropertyOf rdf:resource="&prov;used"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#wasOutputFrom -->
-
-    <rdf:Description rdf:about="&wfprov;wasOutputFrom">
-        <rdfs:subPropertyOf rdf:resource="&prov;wasGeneratedBy"/>
-    </rdf:Description>
-    
-
-
-    <!-- 
-    
///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    
///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://ns.taverna.org.uk/2012/tavernaprov/byteCount -->
-
-    <owl:DatatypeProperty rdf:about="&tavernaprov;byteCount">
-        <rdfs:domain rdf:resource="&tavernaprov;Content"/>
-        <rdfs:range rdf:resource="&xsd;nonNegativeInteger"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2012/tavernaprov/checksum -->
-
-    <owl:DatatypeProperty rdf:about="&tavernaprov;checksum">
-        <rdfs:domain rdf:resource="&tavernaprov;Content"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2012/tavernaprov/errorMessage -->
-
-    <owl:DatatypeProperty rdf:about="&tavernaprov;errorMessage">
-        <rdfs:subPropertyOf 
rdf:resource="http://purl.org/dc/terms/description"/>
-        <rdfs:range rdf:resource="&rdf;PlainLiteral"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2012/tavernaprov/sha1 -->
-
-    <owl:DatatypeProperty rdf:about="&tavernaprov;sha1">
-        <rdfs:subPropertyOf rdf:resource="&tavernaprov;checksum"/>
-        <rdfs:range rdf:resource="&rdf;PlainLiteral"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2012/tavernaprov/sha512 -->
-
-    <owl:DatatypeProperty rdf:about="&tavernaprov;sha512">
-        <rdfs:subPropertyOf rdf:resource="&tavernaprov;checksum"/>
-        <rdfs:range rdf:resource="&rdf;PlainLiteral"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2012/tavernaprov/stackTrace -->
-
-    <owl:DatatypeProperty rdf:about="&tavernaprov;stackTrace">
-        <rdfs:domain rdf:resource="&tavernaprov;Error"/>
-        <rdfs:range rdf:resource="&rdf;PlainLiteral"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://purl.org/dc/terms/description -->
-
-    <owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/description"/>
-    
-
-
-    <!-- 
-    
///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    
///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://ns.taverna.org.uk/2010/scufl2#DataLink -->
-
-    <rdf:Description rdf:about="&scufl2;DataLink">
-        <rdfs:subClassOf rdf:resource="&wfdesc;DataLink"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2010/scufl2#Processor -->
-
-    <rdf:Description rdf:about="&scufl2;Processor">
-        <rdfs:subClassOf rdf:resource="&wfdesc;Process"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2010/scufl2#ReceiverPort -->
-
-    <rdf:Description rdf:about="&scufl2;ReceiverPort">
-        <rdfs:subClassOf rdf:resource="&wfdesc;Input"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2010/scufl2#SenderPort -->
-
-    <rdf:Description rdf:about="&scufl2;SenderPort">
-        <rdfs:subClassOf rdf:resource="&wfdesc;Output"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2010/scufl2#Workflow -->
-
-    <rdf:Description rdf:about="&scufl2;Workflow">
-        <rdfs:subClassOf rdf:resource="&wfdesc;WorkflowTemplate"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2012/tavernaprov/Content -->
-
-    <owl:Class rdf:about="&tavernaprov;Content">
-        <rdfs:subClassOf rdf:resource="&cnt;Content"/>
-    </owl:Class>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2012/tavernaprov/Error -->
-
-    <owl:Class rdf:about="&tavernaprov;Error">
-        <rdfs:subClassOf rdf:resource="&wfdesc;Artifact"/>
-    </owl:Class>
-    
-
-
-    <!-- http://ns.taverna.org.uk/2012/tavernaprov/TavernaEngine -->
-
-    <owl:Class rdf:about="&tavernaprov;TavernaEngine">
-        <rdfs:subClassOf rdf:resource="&wfprov;WorkflowEngine"/>
-    </owl:Class>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfdesc#Parameter -->
-
-    <rdf:Description rdf:about="&wfdesc;Parameter">
-        <rdfs:subClassOf rdf:resource="&prov;Role"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfdesc#Process -->
-
-    <rdf:Description rdf:about="&wfdesc;Process">
-        <rdfs:subClassOf rdf:resource="&prov;Plan"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#Artifact -->
-
-    <rdf:Description rdf:about="&wfprov;Artifact">
-        <rdfs:subClassOf rdf:resource="&prov;Entity"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#ProcessRun -->
-
-    <rdf:Description rdf:about="&wfprov;ProcessRun">
-        <rdfs:subClassOf rdf:resource="&prov;Activity"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#WorkflowEngine -->
-
-    <rdf:Description rdf:about="&wfprov;WorkflowEngine">
-        <rdfs:subClassOf rdf:resource="&prov;Agent"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://www.w3.org/2011/content#ContentAsBase64 -->
-
-    <rdf:Description rdf:about="&cnt;ContentAsBase64">
-        <rdfs:subClassOf rdf:resource="&tavernaprov;Content"/>
-    </rdf:Description>
-    
-
-
-    <!-- http://www.w3.org/2011/content#ContentAsText -->
-
-    <rdf:Description rdf:about="&cnt;ContentAsText">
-        <rdfs:subClassOf rdf:resource="&tavernaprov;Content"/>
-    </rdf:Description>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->
-

http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/3ecb1291/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/taverna-prov.ttl
----------------------------------------------------------------------
diff --git 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/taverna-prov.ttl
 
b/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/taverna-prov.ttl
deleted file mode 100644
index 52e0f69..0000000
--- 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/taverna-prov.ttl
+++ /dev/null
@@ -1,277 +0,0 @@
-@prefix : <http://ns.taverna.org.uk/2012/tavernaprov/#> .
-@prefix cnt: <http://www.w3.org/2011/content#> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix xml: <http://www.w3.org/XML/1998/namespace> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix scufl2: <http://ns.taverna.org.uk/2010/scufl2#> .
-@prefix wfdesc: <http://purl.org/wf4ever/wfdesc#> .
-@prefix wfprov: <http://purl.org/wf4ever/wfprov#> .
-@prefix tavernaprov: <http://ns.taverna.org.uk/2012/tavernaprov/> .
-@base <http://ns.taverna.org.uk/2012/tavernaprov/> .
-
-<http://ns.taverna.org.uk/2012/tavernaprov/> rdf:type owl:Ontology ;
-                                             
-                                             owl:imports 
<http://ns.taverna.org.uk/2010/scufl2> ;
-                                             
-                                             owl:versionIRI 
<http://ns.taverna.org.uk/2012/tavernaprov/0.2-SNAPSHOT/> ;
-                                             
-                                             owl:imports 
<http://purl.org/wf4ever/wfdesc> ,
-                                                         
<http://purl.org/wf4ever/wfprov> ,
-                                                         
<http://www.w3.org/2011/content> ,
-                                                         prov: .
-
-
-#################################################################
-#
-#    Annotation properties
-#
-#################################################################
-
-
-###  http://ns.taverna.org.uk/2012/tavernaprov/errorMessage
-
-tavernaprov:errorMessage rdf:type owl:AnnotationProperty ;
-                         
-                         rdfs:domain tavernaprov:Error .
-
-
-
-
-
-#################################################################
-#
-#    Object Properties
-#
-#################################################################
-
-
-###  http://ns.taverna.org.uk/2012/tavernaprov/content
-
-tavernaprov:content rdf:type owl:ObjectProperty ;
-                    
-                    rdfs:range tavernaprov:Content ;
-                    
-                    rdfs:domain wfprov:Artifact .
-
-
-
-###  http://purl.org/wf4ever/wfdesc#hasDataLink
-
-wfdesc:hasDataLink rdfs:subPropertyOf <http://purl.org/dc/terms/hasPart> .
-
-
-
-###  http://purl.org/wf4ever/wfdesc#hasInput
-
-wfdesc:hasInput rdfs:subPropertyOf <http://purl.org/dc/terms/hasPart> .
-
-
-
-###  http://purl.org/wf4ever/wfdesc#hasOutput
-
-wfdesc:hasOutput rdfs:subPropertyOf <http://purl.org/dc/terms/hasPart> .
-
-
-
-###  http://purl.org/wf4ever/wfdesc#hasSubProcess
-
-wfdesc:hasSubProcess rdfs:subPropertyOf <http://purl.org/dc/terms/hasPart> .
-
-
-
-###  http://purl.org/wf4ever/wfprov#usedInput
-
-wfprov:usedInput rdfs:subPropertyOf prov:used .
-
-
-
-###  http://purl.org/wf4ever/wfprov#wasOutputFrom
-
-wfprov:wasOutputFrom rdfs:subPropertyOf prov:wasGeneratedBy .
-
-
-
-
-
-#################################################################
-#
-#    Data properties
-#
-#################################################################
-
-
-###  http://ns.taverna.org.uk/2012/tavernaprov/byteCount
-
-tavernaprov:byteCount rdf:type owl:DatatypeProperty ;
-                      
-                      rdfs:domain tavernaprov:Content ;
-                      
-                      rdfs:range xsd:nonNegativeInteger .
-
-
-
-###  http://ns.taverna.org.uk/2012/tavernaprov/checksum
-
-tavernaprov:checksum rdf:type owl:DatatypeProperty ;
-                     
-                     rdfs:domain tavernaprov:Content .
-
-
-
-###  http://ns.taverna.org.uk/2012/tavernaprov/errorMessage
-
-tavernaprov:errorMessage rdf:type owl:DatatypeProperty ;
-                         
-                         rdfs:subPropertyOf 
<http://purl.org/dc/terms/description> ;
-                         
-                         rdfs:range rdf:PlainLiteral .
-
-
-
-###  http://ns.taverna.org.uk/2012/tavernaprov/sha1
-
-tavernaprov:sha1 rdf:type owl:DatatypeProperty ;
-                 
-                 rdfs:subPropertyOf tavernaprov:checksum ;
-                 
-                 rdfs:range rdf:PlainLiteral .
-
-
-
-###  http://ns.taverna.org.uk/2012/tavernaprov/sha512
-
-tavernaprov:sha512 rdf:type owl:DatatypeProperty ;
-                   
-                   rdfs:subPropertyOf tavernaprov:checksum ;
-                   
-                   rdfs:range rdf:PlainLiteral .
-
-
-
-###  http://ns.taverna.org.uk/2012/tavernaprov/stackTrace
-
-tavernaprov:stackTrace rdf:type owl:DatatypeProperty ;
-                       
-                       rdfs:domain tavernaprov:Error ;
-                       
-                       rdfs:range rdf:PlainLiteral .
-
-
-
-###  http://purl.org/dc/terms/description
-
-<http://purl.org/dc/terms/description> rdf:type owl:DatatypeProperty .
-
-
-
-
-
-#################################################################
-#
-#    Classes
-#
-#################################################################
-
-
-###  http://ns.taverna.org.uk/2010/scufl2#DataLink
-
-scufl2:DataLink rdfs:subClassOf wfdesc:DataLink .
-
-
-
-###  http://ns.taverna.org.uk/2010/scufl2#Processor
-
-scufl2:Processor rdfs:subClassOf wfdesc:Process .
-
-
-
-###  http://ns.taverna.org.uk/2010/scufl2#ReceiverPort
-
-scufl2:ReceiverPort rdfs:subClassOf wfdesc:Input .
-
-
-
-###  http://ns.taverna.org.uk/2010/scufl2#SenderPort
-
-scufl2:SenderPort rdfs:subClassOf wfdesc:Output .
-
-
-
-###  http://ns.taverna.org.uk/2010/scufl2#Workflow
-
-scufl2:Workflow rdfs:subClassOf wfdesc:WorkflowTemplate .
-
-
-
-###  http://ns.taverna.org.uk/2012/tavernaprov/Content
-
-tavernaprov:Content rdf:type owl:Class ;
-                    
-                    rdfs:subClassOf cnt:Content .
-
-
-
-###  http://ns.taverna.org.uk/2012/tavernaprov/Error
-
-tavernaprov:Error rdf:type owl:Class ;
-                  
-                  rdfs:subClassOf wfprov:Artifact .
-
-
-
-###  http://ns.taverna.org.uk/2012/tavernaprov/TavernaEngine
-
-tavernaprov:TavernaEngine rdf:type owl:Class ;
-                          
-                          rdfs:subClassOf wfprov:WorkflowEngine .
-
-
-
-###  http://purl.org/wf4ever/wfdesc#Parameter
-
-wfdesc:Parameter rdfs:subClassOf prov:Role .
-
-
-
-###  http://purl.org/wf4ever/wfdesc#Process
-
-wfdesc:Process rdfs:subClassOf prov:Plan .
-
-
-
-###  http://purl.org/wf4ever/wfprov#Artifact
-
-wfprov:Artifact rdfs:subClassOf prov:Entity .
-
-
-
-###  http://purl.org/wf4ever/wfprov#ProcessRun
-
-wfprov:ProcessRun rdfs:subClassOf prov:Activity .
-
-
-
-###  http://purl.org/wf4ever/wfprov#WorkflowEngine
-
-wfprov:WorkflowEngine rdfs:subClassOf prov:Agent .
-
-
-
-###  http://www.w3.org/2011/content#ContentAsBase64
-
-cnt:ContentAsBase64 rdfs:subClassOf tavernaprov:Content .
-
-
-
-###  http://www.w3.org/2011/content#ContentAsText
-
-cnt:ContentAsText rdfs:subClassOf tavernaprov:Content .
-
-
-
-
-###  Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net
-

http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/3ecb1291/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/terms.rdf
----------------------------------------------------------------------
diff --git 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/terms.rdf
 
b/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/terms.rdf
deleted file mode 100644
index f8a893e..0000000
--- 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/terms.rdf
+++ /dev/null
@@ -1,116 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
-         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
-         xmlns:owl="http://www.w3.org/2002/07/owl#";
-         xmlns:xsd="http://www.w3.org/2001/XMLSchema#";
-         xmlns:dc="http://purl.org/dc/elements/1.1/";
-         xmlns:dcterms="http://purl.org/dc/terms/";
-         xmlns:dctype="http://purl.org/dc/dcmitype/";
-         xmlns:rdfg="http://www.w3.org/2004/03/trix/rdfg-1/";
-         xmlns:ore="http://www.openarchives.org/ore/terms/";>
-
-  <rdf:Description rdf:about="http://www.openarchives.org/ore/terms/";>
-    <dcterms:title>The OAI ORE terms vocabulary</dcterms:title>
-    <rdfs:label>The OAI ORE terms vocabulary</rdfs:label>
-    <rdfs:comment>The set of terms provided by the OAI ORE 
initiative</rdfs:comment>
-    <dcterms:publisher rdf:parseType="Resource"><rdfs:label>The Open Archives 
Initiative ORE Project</rdfs:label></dcterms:publisher>
-    <rdfs:seeAlso rdf:resource="http://www.openarchives.org/ore/toc"; />
-  </rdf:Description>
-
-  <rdfs:Class rdf:about="http://www.openarchives.org/ore/terms/Aggregation";>
-    <rdfs:label>Aggregation</rdfs:label>
-    <rdfs:comment>A set of related resources (Aggregated Resources), grouped 
together such that the set can be treated as a single resource. This is the 
entity described within the ORE interoperability framework by a Resource 
Map.</rdfs:comment>
-    <rdfs:subClassOf rdf:resource="http://purl.org/dc/dcmitype/Collection"; />
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdfs:Class>
-
-  <rdfs:Class 
rdf:about="http://www.openarchives.org/ore/terms/AggregatedResource";>
-    <rdfs:label>Aggregated Resource</rdfs:label>
-    <rdfs:comment>A resource which is included in an Aggregation. Note that 
asserting that a resource is a member of the class of Aggregated Resources does 
not imply anything other than that it is aggregated by at least one 
Aggregation.</rdfs:comment>
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdfs:Class>
-
-  <rdfs:Class rdf:about="http://www.openarchives.org/ore/terms/Proxy";>
-    <rdfs:label>Proxy</rdfs:label>
-    <rdfs:comment>A Proxy represents an Aggregated Resource as it exists in a 
specific Aggregation. All assertions made about an entity are globally true, 
not only within the context of the Aggregation. As such, in order to make 
assertions which are only true of a resource as it exists in an Aggregation, a 
Proxy object is required. For example, one might want to cite an article as it 
appears in a specific journal, or assign aggregation-specific metadata to a 
Resource.</rdfs:comment>
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdfs:Class>
-
-  <rdfs:Class rdf:about="http://www.openarchives.org/ore/terms/ResourceMap";>
-    <rdfs:label>Resource Map</rdfs:label>
-    <rdfs:comment>A description of an Aggregation according to the OAI-ORE 
data model. Resource Maps are serialised to a machine readable format according 
to the implementation guidelines.</rdfs:comment>
-    <rdfs:subClassOf 
rdf:resource="http://www.w3.org/2004/03/trix/rdfg-1/Graph"; />
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdfs:Class>
-
-
-  <rdf:Property rdf:about="http://www.openarchives.org/ore/terms/aggregates";>
-    <rdfs:label>Aggregates</rdfs:label>
-    <rdfs:comment>Aggregations, by definition, aggregate resources. The 
ore:aggregates relationship expresses that the object resource is a member of 
the set of Aggregated Resources of the subject (the Aggregation). This 
relationship between the Aggregation and its Aggregated Resources is thus more 
specific than a simple part/whole relationship, as expressed by dcterms:hasPart 
for example.</rdfs:comment>
-    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"; />
-    <rdfs:domain 
rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"; />
-    <rdfs:range 
rdf:resource="http://www.openarchives.org/ore/terms/AggregatedResource"; />
-    <owl:inverseOf 
rdf:resource="http://www.openarchives.org/ore/terms/isAggregatedBy"; />
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdf:Property>
-
-  <rdf:Property 
rdf:about="http://www.openarchives.org/ore/terms/isAggregatedBy";>
-    <rdfs:label>Is Aggregated By</rdfs:label>
-    <rdfs:comment>The inverse relationship of ore:aggregates, 
ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an 
Aggregation.</rdfs:comment>
-    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/isPartOf"; />
-    <rdfs:domain 
rdf:resource="http://www.openarchives.org/ore/terms/AggregatedResource"; />
-    <rdfs:range 
rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"; />
-    <owl:inverseOf 
rdf:resource="http://www.openarchives.org/ore/terms/aggregates"; />
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://www.openarchives.org/ore/terms/describes";>
-    <rdfs:label>Describes</rdfs:label>
-    <rdfs:comment>This relationship asserts that the subject (a Resource Map) 
describes the object (an Aggregation).</rdfs:comment>
-    <rdfs:domain 
rdf:resource="http://www.openarchives.org/ore/terms/ResourceMap"; />
-    <rdfs:range 
rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"; />
-    <owl:inverseOf 
rdf:resource="http://www.openarchives.org/ore/terms/isDescribedBy"; />
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdf:Property>
-
-  <rdf:Property 
rdf:about="http://www.openarchives.org/ore/terms/isDescribedBy";>
-    <rdfs:label>Is Described By</rdfs:label>
-    <rdfs:comment>The inverse relationship of ore:describes, in this case the 
object of the relationship is the Resource Map and the subject is the 
Aggregation which it describes.</rdfs:comment>
-    <rdfs:domain 
rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"; />
-    <rdfs:range 
rdf:resource="http://www.openarchives.org/ore/terms/ResourceMap"; />
-    <owl:inverseOf 
rdf:resource="http://www.openarchives.org/ore/terms/describes"; />
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://www.openarchives.org/ore/terms/lineage";>
-    <rdfs:label>Lineage</rdfs:label>
-    <rdfs:comment>ore:lineage is a relationship between two Proxy objects, 
both of which MUST have the same Resource for which they are proxies. The 
meaning is that the Resource for which the subject of the relationship is a 
Proxy was discovered in the Aggregation in which the object Proxy's resource is 
aggregated.</rdfs:comment>
-    <rdfs:domain rdf:resource="http://www.openarchives.org/ore/terms/Proxy"; />
-    <rdfs:range rdf:resource="http://www.openarchives.org/ore/terms/Proxy"; />
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://www.openarchives.org/ore/terms/proxyFor";>
-    <rdfs:label>Proxy For</rdfs:label>
-    <rdfs:comment>Proxy objects are used to represent a Resource as it is 
aggregated in a particular Aggregation. The ore:proxyFor relationship is used 
to link the proxy to the Aggregated Resource it is a proxy for. The subject of 
the relationship is a Proxy object, and the object of the relationship is the 
Aggregated Resource.</rdfs:comment>
-    <rdfs:domain rdf:resource="http://www.openarchives.org/ore/terms/Proxy"; />
-    <rdfs:range 
rdf:resource="http://www.openarchives.org/ore/terms/AggregatedResource"; />
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://www.openarchives.org/ore/terms/proxyIn";>
-    <rdfs:label>Proxy In</rdfs:label>
-    <rdfs:comment>Proxy objects must link to the Aggregation in which the 
resource being proxied is aggregated. The ore:proxyIn relationship is used for 
this purpose. The subject of the relationship is a Proxy object, and the object 
of the relationship is the Aggregation.</rdfs:comment>
-    <rdfs:domain rdf:resource="http://www.openarchives.org/ore/terms/Proxy"; />
-    <rdfs:range 
rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"; />
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://www.openarchives.org/ore/terms/similarTo";>
-    <rdfs:label>Similar To</rdfs:label>
-    <rdfs:comment>The subject of this relationship MUST be an Aggregation.  
This Aggregation should be considered an expression within the ORE context of 
the object of the relationship, as it is broadly equivalent to the resource. 
For example, the Aggregation may consist of the resources which, together, make 
up a journal article which has a DOI assigned to it. The Aggregation is not the 
article to which the DOI was assigned, but is a representation of it in some 
manner.</rdfs:comment>
-    <rdfs:domain 
rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"; />
-    <rdfs:isDefinedBy rdf:resource="http://www.openarchives.org/ore/terms/"/>
-  </rdf:Property>
-
-</rdf:RDF>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/3ecb1291/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wf4ever.owl
----------------------------------------------------------------------
diff --git 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wf4ever.owl
 
b/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wf4ever.owl
deleted file mode 100644
index ef15a62..0000000
--- 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wf4ever.owl
+++ /dev/null
@@ -1,130 +0,0 @@
-<?xml version="1.0"?>
-
-
-<!DOCTYPE rdf:RDF [
-    <!ENTITY ro "http://purl.org/wf4ever/ro#"; >
-    <!ENTITY wfdesc "http://purl.org/wf4ever/wfdesc#"; >
-    <!ENTITY wf4ever "http://purl.org/wf4ever/wf4ever#"; >
-    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#"; >
-    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#"; >
-    <!ENTITY terms "http://www.openarchives.org/ore/terms/"; >
-    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#"; >
-]>
-
-
-<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#";
-     xml:base="http://www.w3.org/2002/07/owl";
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
-     xmlns:ro="http://purl.org/wf4ever/ro#";
-     xmlns:wfdesc="http://purl.org/wf4ever/wfdesc#";
-     xmlns:terms="http://www.openarchives.org/ore/terms/";
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#";
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
-     xmlns:wf4ever="http://purl.org/wf4ever/wf4ever#";>
-    <Ontology rdf:about="http://purl.org/wf4ever/wf4ever";>
-        <rdfs:comment xml:lang="en">The wf4ever ontology. This is based on the 
wf4ever ontologies ro, wf and wfprov - but adds custom classes like 
wf4ever:Image and wf4ever:WebServiceProcess</rdfs:comment>
-        <imports rdf:resource="http://purl.org/wf4ever/ro"/>
-        <imports rdf:resource="http://purl.org/wf4ever/wfdesc"/>
-        <imports rdf:resource="http://purl.org/wf4ever/wfprov"/>
-        <versionInfo 
rdf:datatype="http://www.w3.org/2001/XMLSchema#string";>0.1.1</versionInfo>
-        <versionIRI 
rdf:resource="https://raw.github.com/wf4ever/ro/0.1.1/wf4ever.owl"/>
-    </Ontology>
-    
-
-
-    <!-- 
-    
///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Annotation properties
-    //
-    
///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- 
-    
///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Datatypes
-    //
-    
///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- 
-    
///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    
///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://purl.org/wf4ever/wf4ever#Dataset -->
-
-    <Class rdf:about="&wf4ever;Dataset">
-        <rdfs:subClassOf rdf:resource="&wfdesc;Artifact"/>
-    </Class>
-    
-
-
-    <!-- http://purl.org/wf4ever/wf4ever#Document -->
-
-    <Class rdf:about="&wf4ever;Document">
-        <rdfs:subClassOf rdf:resource="&wfdesc;Artifact"/>
-    </Class>
-    
-
-
-    <!-- http://purl.org/wf4ever/wf4ever#File -->
-
-    <Class rdf:about="&wf4ever;File">
-        <rdfs:subClassOf rdf:resource="&wfdesc;Artifact"/>
-    </Class>
-    
-
-
-    <!-- http://purl.org/wf4ever/wf4ever#Image -->
-
-    <Class rdf:about="&wf4ever;Image">
-        <rdfs:subClassOf rdf:resource="&wfdesc;Artifact"/>
-    </Class>
-    
-
-
-    <!-- http://purl.org/wf4ever/wf4ever#WebServiceProcess -->
-
-    <Class rdf:about="&wf4ever;WebServiceProcess">
-        <rdfs:subClassOf rdf:resource="&wfdesc;Process"/>
-        <rdfs:comment>WebServiceProcess is a wfdesc:Process description, the 
enactment of which gives rise to a web service call.</rdfs:comment>
-    </Class>
-    
-
-
-    <!-- http://purl.org/wf4ever/wf4ever#WorkflowResearchObject -->
-
-    <Class rdf:about="&wf4ever;WorkflowResearchObject">
-        <equivalentClass>
-            <Class>
-                <intersectionOf rdf:parseType="Collection">
-                    <rdf:Description rdf:about="&ro;ResearchObject"/>
-                    <Restriction>
-                        <onProperty rdf:resource="&terms;aggregates"/>
-                        <someValuesFrom rdf:resource="&wfdesc;Workflow"/>
-                    </Restriction>
-                </intersectionOf>
-            </Class>
-        </equivalentClass>
-        <rdfs:comment>A workflow research object is a research object that 
contains at least one workflow description.</rdfs:comment>
-    </Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 3.2.3.1824) 
http://owlapi.sourceforge.net -->
-

http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/3ecb1291/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wfdesc.owl
----------------------------------------------------------------------
diff --git 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wfdesc.owl
 
b/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wfdesc.owl
deleted file mode 100644
index fed894d..0000000
--- 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wfdesc.owl
+++ /dev/null
@@ -1,192 +0,0 @@
-<?xml version="1.0"?>
-
-<rdf:RDF xmlns="http://www.w3.org/2000/01/rdf-schema#";
-    xmlns:owl="http://www.w3.org/2002/07/owl#";
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
-    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";>
-
-    <owl:Ontology rdf:about="http://purl.org/wf4ever/wfdesc";>
-        <comment xml:lang="en">This ontology ("wfdesc") describes an abstract 
workflow description structure, which on the top level is defined as a 
wfdesc:Workflow. 
-
-A wfdesc:Workflow contains several wfdesc:Process instances, associated using 
the wfdesc:hasSubProcess property. Each of these (and the workflow itself) 
wfdesc:hasInput and wfdesc:hasOutput some wfdesc:Parameter (wfdesc:Input or 
wfdesc:Output). An wfdesc:Artifact is associated with a wfdesc:Parameter using 
wfdesc:hasArtifact. The wfdesc:Workflow also wfdesc:hasDataLink several 
wfdesc:DataLink instances, which forms the connection between parameters.
-
-Thus this ontology allows the description a direct acyclic graph, or a 
dataflow. 
-
-This ontology is meant as an upper ontology for more specific workflow 
definitions, and as a way to express abstract workflows. The wfprov ontology 
shows how to link these descriptions to a provenance trace of a workflow 
execution.</comment>
-        <owl:versionInfo 
rdf:datatype="http://www.w3.org/2001/XMLSchema#string";>0.1.1</owl:versionInfo>
-        <owl:versionIRI 
rdf:resource="https://raw.github.com/wf4ever/ro/0.1.1/wfdesc.owl"/>
-    </owl:Ontology>
-
-    <owl:Class rdf:about="http://purl.org/wf4ever/wfdesc#Artifact";>
-        <comment xml:lang="en">wfdesc:Artifact is used to provide information 
about a class of artifacts. For example, it can be used to specify the datatype 
of a dataset or the structure of a document.
-
-An wfdesc:Artifact is associated with a wfdesc:Parameter using 
wfdesc:hasArtifact.
-
-The distinction between a parameter and artifact is that the parameter can be 
customized to describe the particular role the artifact plays with regards to 
the process (and can be linked using wfdesc:DataLink) - while the 
wfdesc:Artifact can describe the syntactic and semantic datatype.</comment>
-    </owl:Class>
-
-    <owl:Class rdf:about="http://purl.org/wf4ever/wfdesc#DataLink";>
-        <comment xml:lang="en">wfdesc:DataLink is used to represent data 
dependencies between wfdesc:Process descriptions. It means that the artifact 
generated at an wfdesc:Output (identified using wfdesc:hasSource) will be used 
by a wfdescInput (identified using wfdesc:hasSink).
-
-The wfdesc:Processes that owns the wfdesc:Parameter instances which are the 
source and sink of a wfdesc:DataLink must be wfdesc:hasSubProcess of a the same 
wfdesc:Workflow which wfdesc:hasDataLink the data link, or be be parameters of 
that same workflow.
-
-Thus links can only be made within a wfdesc:Workflow - although ports owned by 
the workflow itself appear both inside and outside the workflow (in opposite 
roles).</comment>
-    </owl:Class>
-
-    <owl:Class rdf:about="http://purl.org/wf4ever/wfdesc#Input";>
-        <comment xml:lang="en">wfdesc:Input represents an input parameter to a 
wfdesc:Process. This can be compared to a function parameter, command line 
argument, files read, or parameter set by a user interface.
-
-It is out of scope of wfdesc to define the nature or classification of the 
parameter, such as giving it a name, position or data type. This can be done 
with subclasses and/or subproperties.</comment>
-        <subClassOf rdf:resource="http://purl.org/wf4ever/wfdesc#Parameter"/>
-    </owl:Class>
-
-    <owl:Class rdf:about="http://purl.org/wf4ever/wfdesc#Output";>
-        <comment xml:lang="en">wfdesc:Output represents an output parameter 
from a wfdesc:Process. This can be compared to functional return values, 
stdout/stdin, files written, or results shown in a user interface.
-
-It is out of scope of wfdesc to define the nature or classification of the 
parameter, such as giving it a name, position or data type. This can be done 
with subclasses and/or subproperties.</comment>
-        <subClassOf rdf:resource="http://purl.org/wf4ever/wfdesc#Parameter"/>
-    </owl:Class>
-
-    <owl:Class rdf:about="http://purl.org/wf4ever/wfdesc#Parameter";>
-        <comment xml:lang="en">This class represent a parameter of a 
wfdesc:Process. A wfdesc:Parameter must be a wfdesc:Input, a wfdesc:Output, or 
both. 
-
-A parameter is both an wfdesc:Input and wfdesc:Output when it is used on both 
sides of a subworkflow - see wfdesc:Workflow and wfdesc:DataLink for 
details.</comment>
-        <owl:equivalentClass rdf:parseType="Resource">
-            <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-            <owl:unionOf rdf:parseType="Resource">
-                <rdf:first 
rdf:resource="http://purl.org/wf4ever/wfdesc#Input"/>
-                <rdf:rest rdf:parseType="Resource">
-                    <rdf:first 
rdf:resource="http://purl.org/wf4ever/wfdesc#Output"/>
-                    <rdf:rest 
rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
-                </rdf:rest>
-            </owl:unionOf>
-        </owl:equivalentClass>
-    </owl:Class>
-
-    <owl:Class rdf:about="http://purl.org/wf4ever/wfdesc#Process";>
-        <comment xml:lang="en">A wfdesc:Process is used to describe a class of 
actions that when enacted give rise to processes. A process can have 0 or more 
wfdesc:Parameter instances associated using wfdesc:hasInput and 
wfdesc:hasOutput, signifying what kind of parameters the process will require 
and return.
-
-It is out of scope for wfdesc to classify or specify the nature of the 
process, this should be done by subclassing and additional subproperties, for 
instance ex:perlScript or ex:restServiceURI</comment>
-    </owl:Class>
-
-    <owl:Class rdf:about="http://purl.org/wf4ever/wfdesc#Workflow";>
-        <comment xml:lang="en">A wfdesc:Workflow is a directed graph in which 
the nodes are wfdesc:Process instances and the edges (wfdesc:DataLink 
instances) represent data dependencies between the constituent wfdesc:Process 
descriptions.
-
-A wfdesc:Workflow defines associated wfdesc:Process using 
wfdesc:hasSubProcess. A specialisation of this property is 
wfdesc:hasSubWorkflow, signifying that the process is a wfdesc:Workflow itself, 
which is further described in a similar fashion.
-
-As a subclass of wfdesc:Process a wfdesc:Workflow can also define 
wfdesc:hasInput/wfdesc:hasOutput parameters - these would be inputs taken at 
workflow execution time, and final outputs of the workflow. (Note: Not all 
dataflow systems have this concept of workflow parameters)
-
-wfdesc:Parameter descriptions are linked using wfdesc:DataLink descriptions 
associated with the wfdesc:Workflow using wfdesc:hasDataLink.
-
-A wfdesc:Parameter defined with wfdesc:hasInput on a wfdesc:Workflow is 
considered an wfdesc:Input "outside" the workflow (ie. if it is a subworkflow), 
but an wfdesc:Output "inside" the workflow (where it can be connected to a 
wfdesc:Input of a wfdesc:Process). Thus such parameters can be linked "through" 
the workflow without having a "mirrored" port inside.
-
-
-Example:
-##
-@prefix wfdesc: &#60;http://purl.org/wf4ever/wfdesc#&#62; .
-:outerWorkflow a wfdesc:Workflow ;
-  wfdesc:hasSubWorkflow :innerWorkflow ;
-  wfdesc:hasSubProcess :procA, :procC .
-
-:procA a wfdesc:Process ;
-  wfdesc:hasOutput :param1 .
-
-:procC a wfdesc:Process ;
-  wfdesc:hasInput :param2 ;
-  wfdesc:hasOutput :param3 .
-
-
-:innerWorkflow a wfdesc:Workflow ;
-  wfdesc:hasInput :param4 ;
-  wfdesc:hasOutput :param5 ;
-  wfdesc:hasProcess :procB .
-
-:procB a wfdesc:Process ;
-  wfdesc:hasInput :param6 ;
-  wfdesc:hasOutput :param7 .
-
-:innerWorkflow wfdesc:hasDataLink 
-   [ wfdesc:hasSource :param4; wfdesc:hasSink :param6 ], 
-   [ wfdesc:hasSource :param7; wfdesc:hasSink :param5 ] .
-
-:outerWorkflow wfdesc:hasDataLink
-  [ wfdesc:hasSource :param1; wfdesc:hasSink :param4 ],
-  [ wfdesc:hasSource :param5; wfdesc:hasSink :param2 ] .
-
-##
-
-
-In this example :param1 is the output of :procA. :param1 is the source in a 
datalink that goes to the input :param4 of the :innerWorkflow. :param4 is 
however also the source of an inner datalink, going to input :param6 of the 
nested :procB.
-
-From this :param4 is both an wfdesc:Input and wfdesc:Output (which is why 
these two classes are not disjoint)</comment>
-        <subClassOf rdf:resource="http://purl.org/wf4ever/wfdesc#Process"/>
-    </owl:Class>
-
-    <owl:Class rdf:about="http://purl.org/wf4ever/wfdesc#WorkflowInstance";>
-        <comment xml:lang="en">A wfdesc:WorkflowInstance is a specialisation 
of a wfdesc:Workflow description which defines all data/parameters/settings 
that are required to form a wfprov:WorkflowRun.</comment>
-        <subClassOf rdf:resource="http://purl.org/wf4ever/wfdesc#Workflow"/>
-    </owl:Class>
-
-    <owl:ObjectProperty rdf:about="http://purl.org/wf4ever/wfdesc#hasArtifact";>
-        <comment xml:lang="en">This property associates a wfdesc:Parameter 
with an wfdesc:Artifact which can describe the artifact which would be 
used/generated on execution of the workflow.</comment>
-        <domain rdf:resource="http://purl.org/wf4ever/wfdesc#Parameter"/>
-        <range rdf:resource="http://purl.org/wf4ever/wfdesc#Artifact"/>
-        <subPropertyOf 
rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
-    </owl:ObjectProperty>
-
-    <owl:ObjectProperty rdf:about="http://purl.org/wf4ever/wfdesc#hasDataLink";>
-        <comment xml:lang="en">This property is used to specify the 
wfdesc:DataLink instances of a given wfdesc:Workflow.</comment>
-        <domain rdf:resource="http://purl.org/wf4ever/wfdesc#Workflow"/>
-        <range rdf:resource="http://purl.org/wf4ever/wfdesc#DataLink"/>
-        <subPropertyOf 
rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
-    </owl:ObjectProperty>
-
-    <owl:ObjectProperty rdf:about="http://purl.org/wf4ever/wfdesc#hasInput";>
-        <comment xml:lang="en">This object property is used to specify the 
wfdesc:Input parameter of a given wfdesc:Process.</comment>
-        <domain rdf:resource="http://purl.org/wf4ever/wfdesc#Process"/>
-        <range rdf:resource="http://purl.org/wf4ever/wfdesc#Input"/>
-    </owl:ObjectProperty>
-
-    <owl:ObjectProperty rdf:about="http://purl.org/wf4ever/wfdesc#hasOutput";>
-        <comment xml:lang="en">This object property is used to specify the 
wfdesc:Output parameter of a given wfdesc:Process.
-</comment>
-        <domain rdf:resource="http://purl.org/wf4ever/wfdesc#Process"/>
-        <range rdf:resource="http://purl.org/wf4ever/wfdesc#Output"/>
-    </owl:ObjectProperty>
-
-    <owl:ObjectProperty rdf:about="http://purl.org/wf4ever/wfdesc#hasSink";>
-        <comment xml:lang="en">This property is used to specify the 
wfdesc:Input parameter that acts as a sink from a given wfdesc:DataLink, 
consuming data from the link.</comment>
-        <domain rdf:resource="http://purl.org/wf4ever/wfdesc#DataLink"/>
-        <range rdf:resource="http://purl.org/wf4ever/wfdesc#Input"/>
-        <subPropertyOf 
rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
-    </owl:ObjectProperty>
-
-    <owl:ObjectProperty rdf:about="http://purl.org/wf4ever/wfdesc#hasSource";>
-        <comment xml:lang="en">This property is used to specify the 
wfdesc:Output parameter that acts as a source to a given wfdesc:DataLink, 
providing data into the link.</comment>
-        <domain rdf:resource="http://purl.org/wf4ever/wfdesc#DataLink"/>
-        <range rdf:resource="http://purl.org/wf4ever/wfdesc#Output"/>
-        <subPropertyOf 
rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
-    </owl:ObjectProperty>
-
-    <owl:ObjectProperty 
rdf:about="http://purl.org/wf4ever/wfdesc#hasSubProcess";>
-        <comment xml:lang="en">This object property is used to specify that 
the given workflow  contains the given process as part of its definition.
-
-Although not a requirement, such sub processes should have wfdesc:DataLink 
within the containing workflow connecting their parameters with parameters of 
the containing workflow, or with parameters other contained wfdesc:Process 
instances.
-
-A specialialisation of sub process is wfdesc:hasSubWorkflow where the sub 
process is a nested wfdesc:Workflow.</comment>
-        <domain rdf:resource="http://purl.org/wf4ever/wfdesc#Workflow"/>
-        <range rdf:resource="http://purl.org/wf4ever/wfdesc#Process"/>
-    </owl:ObjectProperty>
-
-    <owl:ObjectProperty 
rdf:about="http://purl.org/wf4ever/wfdesc#hasSubWorkflow";>
-        <comment xml:lang="en">This object property is used to associate a 
wfdesc:Workflow description to another wfdesc:Workflow, specifying that the 
first workflow has the given sub-workflow as a contained process. 
-
-This is a specialisation of wfdesc:hasSubProcess.</comment>
-        <domain rdf:resource="http://purl.org/wf4ever/wfdesc#Workflow"/>
-        <range rdf:resource="http://purl.org/wf4ever/wfdesc#Workflow"/>
-        <subPropertyOf 
rdf:resource="http://purl.org/wf4ever/wfdesc#hasSubProcess"/>
-    </owl:ObjectProperty>
-
-    <owl:AnnotationProperty 
rdf:about="http://www.w3.org/2000/01/rdf-schema#comment";>
-    </owl:AnnotationProperty>
-</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/3ecb1291/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wfprov.owl
----------------------------------------------------------------------
diff --git 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wfprov.owl
 
b/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wfprov.owl
deleted file mode 100644
index e0a7f4c..0000000
--- 
a/taverna-prov-owl-bindings/src/main/resources/org/purl/wf4ever/provtaverna/owl/wfprov.owl
+++ /dev/null
@@ -1,212 +0,0 @@
-<?xml version="1.0"?>
-
-
-<!DOCTYPE rdf:RDF [
-    <!ENTITY foaf "http://xmlns.com/foaf/0.1/"; >
-    <!ENTITY owl "http://www.w3.org/2002/07/owl#"; >
-    <!ENTITY wfprov "http://purl.org/wf4ever/wfprov#"; >
-    <!ENTITY wfdesc "http://purl.org/wf4ever/wfdesc#"; >
-    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#"; >
-    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#"; >
-    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#"; >
-]>
-
-
-<rdf:RDF xmlns="http://www.w3.org/2000/01/rdf-schema#";
-     xml:base="http://www.w3.org/2000/01/rdf-schema";
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
-     xmlns:foaf="http://xmlns.com/foaf/0.1/";
-     xmlns:wfdesc="http://purl.org/wf4ever/wfdesc#";
-     xmlns:wfprov="http://purl.org/wf4ever/wfprov#";
-     xmlns:owl="http://www.w3.org/2002/07/owl#";
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#";
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
-    <owl:Ontology rdf:about="http://purl.org/wf4ever/wfprov";>
-        <comment xml:lang="en">The wfprov ontology shows how to express 
minimal provenance information about the execution of a workflow described 
using the wf ontology. 
-
-Here the concern is mainly the provenance which affects the research object, 
so in particular how some ro:Resource&#39;s might have been generated or used 
by the execution of a wfdesc:Workflow.
-
-The main class here is a wfprov:WorkflowRun which shows how wfprov:Artifact 
instances (the data) wfprov:wasOutputFrom a wfprov:ProcessRun for generated 
artifacts, or wfprov:usedInput for consumed artifacts. The WorkflowRun is also 
a ProcessRun, and so the overall inputs and outputs of thw workflow execution 
can be described in the same manner.
-
-These provenance details are linked to the corresponding wfdesc descriptions 
using wfdesc:describedbyProcess, wfdesc:describedByWorkflow and 
wfdesc:describedByParameter.
-
-
-This ontology can be further linked to more specific provenance ontologies 
like OPM-V or W3C PROV-O, but this should be done separately.</comment>
-        <seeAlso rdf:resource="http://purl.org/wf4ever/ro"/>
-        <owl:imports rdf:resource="http://purl.org/wf4ever/wfdesc"/>
-        <owl:imports rdf:resource="http://xmlns.com/foaf/0.1/"/>
-        <owl:versionInfo rdf:datatype="&xsd;string">0.1.1</owl:versionInfo>
-        <owl:versionIRI 
rdf:resource="https://raw.github.com/wf4ever/ro/0.1.1/wfprov.owl"/>
-    </owl:Ontology>
-    
-
-
-    <!-- 
-    
///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Annotation properties
-    //
-    
///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- 
-    
///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Datatypes
-    //
-    
///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- 
-    
///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Object Properties
-    //
-    
///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#describedByParameter -->
-
-    <owl:ObjectProperty rdf:about="&wfprov;describedByParameter">
-        <comment xml:lang="en">This object property is used to associate a 
wfprov:Artifact to the wfdesc:Parameter description.</comment>
-        <range rdf:resource="&wfdesc;Parameter"/>
-        <domain rdf:resource="&wfprov;Artifact"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#describedByProcess -->
-
-    <owl:ObjectProperty rdf:about="&wfprov;describedByProcess">
-        <comment xml:lang="en">This object property associate a 
wfprov:Processrun to its wfdesc:Process description .</comment>
-        <range rdf:resource="&wfdesc;Process"/>
-        <domain rdf:resource="&wfprov;ProcessRun"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#describedByWorkflow -->
-
-    <owl:ObjectProperty rdf:about="&wfprov;describedByWorkflow">
-        <comment xml:lang="en">This property associates a wfprov:WorkflowRun 
to its corresponding wfdesc:Workflow description.</comment>
-        <range rdf:resource="&wfdesc;WorkflowTemplate"/>
-        <domain rdf:resource="&wfprov;WorkflowRun"/>
-        <subPropertyOf rdf:resource="&wfprov;describedByProcess"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#usedInput -->
-
-    <owl:ObjectProperty rdf:about="&wfprov;usedInput">
-        <comment xml:lang="en">This property specifies that a 
wfprov:ProcessRun used an wfprov:Artifact as an input</comment>
-        <range rdf:resource="&wfprov;Artifact"/>
-        <domain rdf:resource="&wfprov;ProcessRun"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#wasEnactedBy -->
-
-    <owl:ObjectProperty rdf:about="&wfprov;wasEnactedBy">
-        <comment xml:lang="en">wfprov:wasEnactedBy associates a 
wfprov:ProcessRun with a wfprov:WorkflowEngine, specifying that the execution 
of the process was enacted by the engine.</comment>
-        <domain rdf:resource="&wfprov;ProcessRun"/>
-        <range rdf:resource="&wfprov;WorkflowEngine"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#wasOutputFrom -->
-
-    <owl:ObjectProperty rdf:about="&wfprov;wasOutputFrom">
-        <comment xml:lang="en">This property specifies that a wfprov:Artifact 
was generated as an output from a wfprov:ProcessRun</comment>
-        <domain rdf:resource="&wfprov;Artifact"/>
-        <range rdf:resource="&wfprov;ProcessRun"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#wasPartOfWorkflowRun -->
-
-    <owl:ObjectProperty rdf:about="&wfprov;wasPartOfWorkflowRun">
-        <comment xml:lang="en">This property specifies that a 
wfprov:ProcessRun was executed as part of a wfprov:WorkflowRun. This typically 
corresponds to wfdesc:hasSubProcess in the workflow description.</comment>
-        <domain rdf:resource="&wfprov;ProcessRun"/>
-        <range rdf:resource="&wfprov;WorkflowRun"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- 
-    
///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    
///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#Artifact -->
-
-    <owl:Class rdf:about="&wfprov;Artifact">
-        <comment xml:lang="en">Artifact is a general concept that represents 
immutable piece of state, which may have a physical embodiment in a physical 
object, or a digital representation in a computer system. In the case of 
wfprov, an artifact is used as input to a process run, or produced by the 
output of a process run.</comment>
-        <seeAlso rdf:resource="http://purl.org/wf4ever/ro#ResearchObject"/>
-        <seeAlso rdf:resource="http://purl.org/wf4ever/ro#Resource"/>
-        <seeAlso rdf:resource="&wfprov;ProcessRun"/>
-        <seeAlso rdf:resource="&wfprov;usedInput"/>
-        <seeAlso rdf:resource="&wfprov;wasOutputFrom"/>
-        <seeAlso rdf:resource="&wfprov;workflowRun"/>
-    </owl:Class>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#ProcessRun -->
-
-    <owl:Class rdf:about="&wfprov;ProcessRun">
-        <comment xml:lang="en">A process run is a particular execution of a 
wfdesc:Process description (wfprov:describedByProcess), which can 
wfprov:usedInput some wfprov:Artifact instances, and produce new artifacts 
(wfprov:wasOutputFrom). A wfprov:WorkflowRun is a specialisation of this 
class.</comment>
-        <seeAlso rdf:resource="&wfdesc;Process"/>
-        <seeAlso rdf:resource="&wfprov;Artifact"/>
-        <seeAlso rdf:resource="&wfprov;WorkflowRun"/>
-        <seeAlso rdf:resource="&wfprov;describedByProcess"/>
-        <seeAlso rdf:resource="&wfprov;usedInput"/>
-        <seeAlso rdf:resource="&wfprov;wasOutputFrom"/>
-    </owl:Class>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#WorkflowEngine -->
-
-    <owl:Class rdf:about="&wfprov;WorkflowEngine">
-        <subClassOf rdf:resource="&foaf;Agent"/>
-        <comment xml:lang="en">A workflow engine is an foaf:Agent that is 
responsible for enacting a workflow definition (which could be described in a 
wfdesc:Workflow). The result of workflow enactment gives rise to a 
wfprov:WorkflowRun.</comment>
-        <seeAlso rdf:resource="&wfdesc;Workflow"/>
-        <seeAlso rdf:resource="&wfprov;WorkflowRun"/>
-    </owl:Class>
-    
-
-
-    <!-- http://purl.org/wf4ever/wfprov#WorkflowRun -->
-
-    <owl:Class rdf:about="&wfprov;WorkflowRun">
-        <subClassOf rdf:resource="&wfprov;ProcessRun"/>
-        <comment xml:lang="en">A workflow run is a wfprov:ProcessRun which 
have been enacted by a wfprov:WorkflowEngine, according to a workflow 
definition (which could be wfdesc:describedByWorkflow a wfdesc:Workflow). Such 
a process typically contains several subprocesses (wfprov:wasPartOfWorkflowRun) 
corresponding to wfdesc:Process descriptions</comment>
-        <seeAlso rdf:resource="&wfdesc;Process"/>
-        <seeAlso rdf:resource="&wfdesc;Workflow"/>
-        <seeAlso rdf:resource="&wfprov;WorkflowEngine"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 3.2.3.1824) 
http://owlapi.sourceforge.net -->
-

http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/3ecb1291/taverna-prov-owl-bindings/src/test/java/org/purl/wf4ever/provtaverna/owl/TestProvModel.java
----------------------------------------------------------------------
diff --git 
a/taverna-prov-owl-bindings/src/test/java/org/purl/wf4ever/provtaverna/owl/TestProvModel.java
 
b/taverna-prov-owl-bindings/src/test/java/org/purl/wf4ever/provtaverna/owl/TestProvModel.java
deleted file mode 100644
index 167b577..0000000
--- 
a/taverna-prov-owl-bindings/src/test/java/org/purl/wf4ever/provtaverna/owl/TestProvModel.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package org.purl.wf4ever.provtaverna.owl;
-import static org.junit.Assert.assertEquals;
-
-import java.net.URI;
-import java.util.UUID;
-
-import org.junit.Before;
-import org.junit.Test;
-
-import com.hp.hpl.jena.ontology.Individual;
-
-
-public class TestProvModel {
-
-    private ProvModel provModel;
-
-    @Before
-    public void provModel() {
-        provModel = new ProvModel();
-    }
-    
-    @Test
-    public void createBundle() throws Exception {
-        Individual bundle = provModel.createBundle(uuid());
-        assertEquals("Bundle", bundle.getOntClass().getLocalName());
-        
-    }
-
-    private URI uuid() {
-        return URI.create("urn:uuid:" + UUID.randomUUID());
-    }
-    
-    @Test
-    public void createEntity() throws Exception {
-        Individual ent = 
provModel.createEntity(URI.create("http://example.com/entity";));
-        provModel.model.write(System.out, "TURTLE");
-    }
-}

Reply via email to