Skip to content

Commit

Permalink
Rename terms namespace (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anita Caron authored Aug 18, 2023
1 parent 56b2287 commit 8807f55
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 237 deletions.
12 changes: 6 additions & 6 deletions src/ontology/components/core.owl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/ro/core.owl/"
xml:base="http://purl.obolibrary.org/obo/ro/core.owl/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
Expand All @@ -13,7 +13,7 @@
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/ro/components/core.owl">
<dc:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
<terms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
<foaf:homepage rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://github.com/oborel/obo-relations/wiki/ROCore</foaf:homepage>
</owl:Ontology>

Expand Down Expand Up @@ -84,9 +84,9 @@



<!-- http://purl.org/dc/elements/1.1/source -->
<!-- http://purl.org/dc/terms/source -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/source"/>
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source"/>



Expand Down Expand Up @@ -290,7 +290,7 @@ A continuant cannot have an occurrent as part: use &apos;participates in&apos;.
<obo:IAO_0000115 xml:lang="en">a relation between a process and a continuant, in which the continuant is somehow involved in the process</obo:IAO_0000115>
<obo:IAO_0000116 xml:lang="en">Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time.</obo:IAO_0000116>
<obo:IAO_0000118 xml:lang="en">has_participant</obo:IAO_0000118>
<dc:source>http://www.obofoundry.org/ro/#OBO_REL:has_participant</dc:source>
<terms:source>http://www.obofoundry.org/ro/#OBO_REL:has_participant</terms:source>
<rdfs:label xml:lang="en">has participant</rdfs:label>
</owl:ObjectProperty>

Expand Down Expand Up @@ -519,7 +519,7 @@ A continuant cannot have an occurrent as part: use &apos;participates in&apos;.
<obo:IAO_0000116 xml:lang="en">Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/</obo:IAO_0000116>
<obo:IAO_0000118 xml:lang="en">located_in</obo:IAO_0000118>
<obo:RO_0001900 rdf:resource="http://purl.obolibrary.org/obo/RO_0001901"/>
<dc:source>http://www.obofoundry.org/ro/#OBO_REL:located_in</dc:source>
<terms:source>http://www.obofoundry.org/ro/#OBO_REL:located_in</terms:source>
<rdfs:label xml:lang="en">located in</rdfs:label>
</owl:ObjectProperty>
<owl:Axiom>
Expand Down
3 changes: 0 additions & 3 deletions src/ontology/components/el-constraints.owl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY obo "http://purl.obolibrary.org/obo/" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!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#" >
Expand All @@ -14,7 +13,6 @@

<rdf:RDF xmlns="&obo;bfo.owl#"
xml:base="&obo;bfo.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
Expand Down Expand Up @@ -89,4 +87,3 @@


<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->

Loading

0 comments on commit 8807f55

Please sign in to comment.