You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/03/08 01:33:35 UTC

[1/2] incubator-taverna-language git commit: Updated FOAF to http://xmlns.com/foaf/spec/20140114.rdf

Repository: incubator-taverna-language
Updated Branches:
  refs/heads/master dd9f0c242 -> fc68a1a7e


Updated FOAF to http://xmlns.com/foaf/spec/20140114.rdf


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/067f555e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/067f555e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/067f555e

Branch: refs/heads/master
Commit: 067f555e72a5ee08be376c5f0b466de1dd36c698
Parents: dd9f0c2
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sat Mar 7 23:20:30 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sat Mar 7 23:20:30 2015 +0000

----------------------------------------------------------------------
 .../src/main/resources/ontologies/foaf.rdf      | 48 ++++++--------------
 1 file changed, 14 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/067f555e/taverna-robundle/src/main/resources/ontologies/foaf.rdf
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/resources/ontologies/foaf.rdf b/taverna-robundle/src/main/resources/ontologies/foaf.rdf
index cf6a2a9..8a29358 100644
--- a/taverna-robundle/src/main/resources/ontologies/foaf.rdf
+++ b/taverna-robundle/src/main/resources/ontologies/foaf.rdf
@@ -1,37 +1,14 @@
 <?xml version='1.0'?>
-
 <!--
+Copyright © 2000-2014 Dan Brickley and Libby Miller
 
-
-This work is licensed under a Creative Commons Attribution License. This copyright applies to the FOAF Vocabulary Specification and accompanying documentation in RDF.
+This work is licensed under a Creative Commons Attribution License. This
+copyright applies to the FOAF Vocabulary Specification and accompanying
+documentation in RDF.
 
 http://creativecommons.org/licenses/by/1.0/
 
-
-You are free to:
-
-    Share — copy and redistribute the material in any medium or format
-    Adapt — remix, transform, and build upon the material
-    for any purpose, even commercially.
-
-    The licensor cannot revoke these freedoms as long as you follow the license terms.
-
-Under the following terms:
-
-    Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
-
-    No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
-
-
-Notices:
-
-    You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
-    No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
-
-
-
-     -->
-
+-->
 <!-- This is the FOAF formal vocabulary description, expressed using W3C RDFS and OWL markup. foaf/spec version -->
 <!-- For more information about FOAF:                                            -->
 <!--   see the FOAF project homepage, http://www.foaf-project.org/               -->
@@ -86,11 +63,12 @@ Notices:
 <!-- FOAF classes (types) are listed first. -->
 
   <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Person" rdfs:label="Person" rdfs:comment="A person." vs:term_status="stable">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class" />
+    <owl:equivalentClass rdf:resource="http://schema.org/Person" />
+    <owl:equivalentClass rdf:resource="http://www.w3.org/2000/10/swap/pim/contact#Person" />
 <!--    <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/wordnet/1.6/Person"/></rdfs:subClassOf> -->
     <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/></rdfs:subClassOf>
 <!--    <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/wordnet/1.6/Agent"/></rdfs:subClassOf> -->
-    <rdfs:subClassOf><owl:Class rdf:about="http://www.w3.org/2000/10/swap/pim/contact#Person" rdfs:label="Person"/></rdfs:subClassOf>
     <rdfs:subClassOf><owl:Class rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing" rdfs:label="Spatial Thing"/></rdfs:subClassOf>
     <!-- aside: 
 	are spatial things always spatially located? 
@@ -102,8 +80,9 @@ Notices:
     <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
     <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
   </rdfs:Class>
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Document" rdfs:label="Document" rdfs:comment="A document." vs:term_status="testing">
+  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Document" rdfs:label="Document" rdfs:comment="A document." vs:term_status="stable">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <owl:equivalentClass rdf:resource="http://schema.org/CreativeWork" />
 <!--    <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Document"/> -->
     <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
     <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
@@ -134,8 +113,9 @@ Notices:
     <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
 <!-- arguably a subclass of Agent; to be discussed -->
   </rdfs:Class>
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Image" vs:term_status="testing" rdfs:label="Image" rdfs:comment="An image.">
+  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Image" vs:term_status="stable" rdfs:label="Image" rdfs:comment="An image.">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <owl:equivalentClass rdf:resource="http://schema.org/ImageObject" />
 <!--    <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/wordnet/1.6/Document"/></rdfs:subClassOf> -->
     <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/foaf/0.1/Document"/></rdfs:subClassOf>
     <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
@@ -371,7 +351,7 @@ we don't want the implied rdfs:domain here.
     <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
     <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
   </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/weblog" vs:term_status="testing" rdfs:label="weblog" rdfs:comment="A weblog of some thing (whether person, group, company etc.).">
+  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/weblog" vs:term_status="stable" rdfs:label="weblog" rdfs:comment="A weblog of some thing (whether person, group, company etc.).">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
     <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
@@ -553,7 +533,7 @@ made this thing.">
     <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
   </rdf:Property>
 
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/page" vs:term_status="testing" rdfs:label="page" rdfs:comment="A page or document about this thing.">
+  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/page" vs:term_status="stable" rdfs:label="page" rdfs:comment="A page or document about this thing.">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
     <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
     <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>


[2/2] incubator-taverna-language git commit: NOTICE and license header for ontologies

Posted by st...@apache.org.
NOTICE and license header for ontologies


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/fc68a1a7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/fc68a1a7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/fc68a1a7

Branch: refs/heads/master
Commit: fc68a1a7eae4eab34b5b0a0ba4ee3ec094fda692
Parents: 067f555
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Mar 8 00:33:23 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Mar 8 00:33:23 2015 +0000

----------------------------------------------------------------------
 .../src/main/resources/META-INF/NOTICE          | 80 ++++++++++++++++++++
 .../src/main/resources/ontologies/bundle.owl    | 18 ++++-
 .../src/main/resources/ontologies/dcam.owl      | 21 +++++
 .../main/resources/ontologies/dcterms_od.owl    | 20 +++++
 .../src/main/resources/ontologies/foaf.rdf      |  5 +-
 .../src/main/resources/ontologies/oa.rdf        | 12 ++-
 .../src/main/resources/ontologies/pav.rdf       | 13 ++++
 .../src/main/resources/ontologies/prov-aq.rdf   | 10 +++
 .../src/main/resources/ontologies/prov-o.rdf    | 11 +++
 9 files changed, 180 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/fc68a1a7/taverna-robundle/src/main/resources/META-INF/NOTICE
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/resources/META-INF/NOTICE b/taverna-robundle/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..d983c7b
--- /dev/null
+++ b/taverna-robundle/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,80 @@
+Apache Taverna RO Bundle API
+Copyright 2015 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+---------------------------------------------------------
+
+PAV ontology http://purl.org/pav/
+© Copyright 2008-2014 Massachusetts General Hospital; Harvard Medical School;
+Balboa Systems; University of Manchester
+
+---------------------------------------------------------
+
+
+W3C PROVenance Interchange Ontology (PROV-O)
+http://www.w3.org/ns/prov-o.rdf
+http://www.w3.org/TR/2013/REC-prov-o-20130430/
+
+W3C PROV Access and Query Ontology (PROV-AQ)
+http://www.w3.org/ns/prov-aq.owl
+http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/
+
+Copyright © 2011-2013 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
+W3C liability, trademark and document use rules apply.
+http://www.w3.org/Consortium/Legal/2015/doc-license
+
+
+---------------------------------------------------------
+
+FOAF vocabulary http://xmlns.com/foaf/spec/20140114.rdf
+Copyright © 2000-2014 Dan Brickley and Libby Miller
+This work is licensed under a Creative Commons Attribution License.
+http://creativecommons.org/licenses/by/1.0/
+
+---------------------------------------------------------
+
+DCMI metadata terms     
+http://purl.org/wf4ever/dcterms_od
+Modified to reduce owl:imports
+
+Adapted from Dublin Core in OWL 2
+http://purl.org/NET/dc_owl2dl/terms_od
+Modified for OWL compliance
+
+Adapted from Dublin Core
+http://purl.org/dc/terms/
+
+
+DCMI Abstract model
+http://purl.org/wf4ever/dcam
+Modified URI of the owl:Ontology
+     
+Adapted from Dublin Core in OWL 2
+http://purl.org/NET/dc_owl2dl/dcam
+Modified for OWL compliance
+
+Adapted from Dublin Core
+http://purl.org/dc/dcam/
+
+Copyright © 2012-2015 University of Manchester
+Copyright © 2009-2014 Simon Reinhardt (http://simon-reinhardt.de/)
+Copyright © 1995-2012 DCMI, the Dublin Core Metadata Initiative (http://dublincore.org/)
+
+Licensed under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0).
+http://creativecommons.org/licenses/by/3.0/
+
+---------------------------------------------------------
+
+Open Annotation Data Model
+http://www.w3.org/ns/oa
+
+Copyright © 2012-2013 the Contributors to the Open Annotation Core Data Model
+Specification, published by the Open Annotation Community Group under the W3C
+Community Contributor License Agreement (CLA). A human-readable summary is
+available.      
+
+http://www.w3.org/community/about/agreements/cla/
+
+---------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/fc68a1a7/taverna-robundle/src/main/resources/ontologies/bundle.owl
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/resources/ontologies/bundle.owl b/taverna-robundle/src/main/resources/ontologies/bundle.owl
index 950ef2b..2084f5c 100644
--- a/taverna-robundle/src/main/resources/ontologies/bundle.owl
+++ b/taverna-robundle/src/main/resources/ontologies/bundle.owl
@@ -1,6 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
-
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <!DOCTYPE rdf:RDF [
     <!ENTITY ao "http://purl.org/ao/" >
     <!ENTITY oa "http://www.w3.org/ns/oa#" >

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/fc68a1a7/taverna-robundle/src/main/resources/ontologies/dcam.owl
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/resources/ontologies/dcam.owl b/taverna-robundle/src/main/resources/ontologies/dcam.owl
index a96ea8d..d3cccc4 100644
--- a/taverna-robundle/src/main/resources/ontologies/dcam.owl
+++ b/taverna-robundle/src/main/resources/ontologies/dcam.owl
@@ -1,4 +1,25 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+DCMI Abstract model
+http://purl.org/wf4ever/dcam
+Modified URI of the owl:Ontology
+     
+Adapted from Dublin Core in OWL 2
+http://purl.org/NET/dc_owl2dl/dcam
+Modified for OWL compliance
+
+Adapted from Dublin Core
+http://purl.org/dc/dcam/
+
+Copyright © 2012-2015 University of Manchester
+Copyright © 2009-2014 Simon Reinhardt (http://simon-reinhardt.de/)
+Copyright © 1995-2012 DCMI, the Dublin Core Metadata Initiative (http://dublincore.org/)
+
+Licensed under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0).
+http://creativecommons.org/licenses/by/3.0/
+
+
+-->
 <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcam="http://purl.org/dc/dcam/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xml:base="http://triplr.org/rdf/bloody-byte.net/rdf/dc_owl2dl/dcam.ttl">
     <!--
   <owl:Ontology rdf:about="http://purl.org/NET/dc_owl2dl/dcam">

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/fc68a1a7/taverna-robundle/src/main/resources/ontologies/dcterms_od.owl
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/resources/ontologies/dcterms_od.owl b/taverna-robundle/src/main/resources/ontologies/dcterms_od.owl
index 58a07c5..7a529de 100644
--- a/taverna-robundle/src/main/resources/ontologies/dcterms_od.owl
+++ b/taverna-robundle/src/main/resources/ontologies/dcterms_od.owl
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+DCMI metadata terms     
+http://purl.org/wf4ever/dcterms_od
+Modified to reduce owl:imports
+
+Adapted from Dublin Core in OWL 2
+http://purl.org/NET/dc_owl2dl/terms_od
+Modified for OWL compliance
+
+Adapted from Dublin Core
+http://purl.org/dc/terms/
+
+Copyright © 2012-2015 University of Manchester
+Copyright © 2009-2014 Simon Reinhardt (http://simon-reinhardt.de/)
+Copyright © 1995-2012 DCMI, the Dublin Core Metadata Initiative (http://dublincore.org/)
+
+Licensed under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0).
+http://creativecommons.org/licenses/by/3.0/
+
+-->
 <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcam="http://purl.org/dc/dcam/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xml:base="http://triplr.org/rdf/bloody-byte.net/rdf/dc_owl2dl/dcterms_od.ttl">
     <!--<owl:Ontology rdf:about="http://purl.org/NET/dc_owl2dl/terms_od">
         <owl:imports rdf:resource="http://purl.org/NET/dc_owl2dl/dcam"/> -->

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/fc68a1a7/taverna-robundle/src/main/resources/ontologies/foaf.rdf
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/resources/ontologies/foaf.rdf b/taverna-robundle/src/main/resources/ontologies/foaf.rdf
index 8a29358..ac9b009 100644
--- a/taverna-robundle/src/main/resources/ontologies/foaf.rdf
+++ b/taverna-robundle/src/main/resources/ontologies/foaf.rdf
@@ -2,10 +2,7 @@
 <!--
 Copyright © 2000-2014 Dan Brickley and Libby Miller
 
-This work is licensed under a Creative Commons Attribution License. This
-copyright applies to the FOAF Vocabulary Specification and accompanying
-documentation in RDF.
-
+This work is licensed under a Creative Commons Attribution License. 
 http://creativecommons.org/licenses/by/1.0/
 
 -->

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/fc68a1a7/taverna-robundle/src/main/resources/ontologies/oa.rdf
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/resources/ontologies/oa.rdf b/taverna-robundle/src/main/resources/ontologies/oa.rdf
index 489bc49..e5e06b4 100644
--- a/taverna-robundle/src/main/resources/ontologies/oa.rdf
+++ b/taverna-robundle/src/main/resources/ontologies/oa.rdf
@@ -1,13 +1,17 @@
 <?xml version="1.0"?>
 <!--
 
-Copyright © 2012-2013 the Contributors to the Open Annotation Core Data Model Specification, published by the Open Annotation Community Group under the W3C Community Contributor License Agreement (CLA). A human-readable summary is available.      
+Open Annotation Data Model
+http://www.w3.org/ns/oa
 
-http://www.w3.org/community/about/agreements/cla/
+Copyright © 2012-2013 the Contributors to the Open Annotation Core Data Model
+Specification, published by the Open Annotation Community Group under the W3C
+Community Contributor License Agreement (CLA). A human-readable summary is
+available.      
 
-http://www.w3.org/ns/oa
+http://www.w3.org/community/about/agreements/cla/
 
-     -->
+-->
 
 <!DOCTYPE rdf:RDF [
     <!ENTITY oa "http://www.w3.org/ns/oa#" >

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/fc68a1a7/taverna-robundle/src/main/resources/ontologies/pav.rdf
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/resources/ontologies/pav.rdf b/taverna-robundle/src/main/resources/ontologies/pav.rdf
index d5bbbd7..94b72b8 100644
--- a/taverna-robundle/src/main/resources/ontologies/pav.rdf
+++ b/taverna-robundle/src/main/resources/ontologies/pav.rdf
@@ -1,7 +1,20 @@
 <?xml version="1.0"?>
 <?xml-stylesheet type="text/xsl" href="owl2html.xslt"?>
+<!--
+© Copyright 2008-2014 Massachusetts General Hospital; Harvard Medical School;
+Balboa Systems; University of Manchester
 
+Licensed under the Apache License, Version 2.0 (the "License"); you may not use
+this file except in compliance with the License. You may obtain a copy of the
+License at
 
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software distributed
+under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+CONDITIONS OF ANY KIND, either express or implied. See the License for the
+specific language governing permissions and limitations under the License.  
+-->
 <!DOCTYPE rdf:RDF [
     <!ENTITY pav "http://purl.org/pav/" >
     <!ENTITY dct "http://purl.org/dc/terms/" >

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/fc68a1a7/taverna-robundle/src/main/resources/ontologies/prov-aq.rdf
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/resources/ontologies/prov-aq.rdf b/taverna-robundle/src/main/resources/ontologies/prov-aq.rdf
index cd40f4d..5bd0501 100644
--- a/taverna-robundle/src/main/resources/ontologies/prov-aq.rdf
+++ b/taverna-robundle/src/main/resources/ontologies/prov-aq.rdf
@@ -1,4 +1,14 @@
 <?xml version="1.0"?>
+<!--
+W3C PROV Access and Query Ontology (PROV-AQ)
+http://www.w3.org/ns/prov-aq.owl
+http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/
+
+Copyright © 2011-2013 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
+W3C liability, trademark and document use rules apply.
+http://www.w3.org/Consortium/Legal/2015/doc-license
+-->
+
 
 <!DOCTYPE rdf:RDF [
     <!ENTITY owl "http://www.w3.org/2002/07/owl#" >

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/fc68a1a7/taverna-robundle/src/main/resources/ontologies/prov-o.rdf
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/main/resources/ontologies/prov-o.rdf b/taverna-robundle/src/main/resources/ontologies/prov-o.rdf
index 8af1179..4a04b76 100644
--- a/taverna-robundle/src/main/resources/ontologies/prov-o.rdf
+++ b/taverna-robundle/src/main/resources/ontologies/prov-o.rdf
@@ -1,4 +1,15 @@
 <?xml version="1.0"?>
+<!--
+     
+W3C PROVenance Interchange Ontology (PROV-O)
+http://www.w3.org/ns/prov-o.rdf
+http://www.w3.org/TR/2013/REC-prov-o-20130430/
+
+Copyright © 2011-2013 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved.
+W3C liability, trademark and document use rules apply.
+http://www.w3.org/Consortium/Legal/2015/doc-license
+
+-->
 
 <!DOCTYPE rdf:RDF [
     <!ENTITY owl "http://www.w3.org/2002/07/owl#" >