Skip to content

Commit

Permalink
More doc links. See #439. Using skos for internal mappings see inform…
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Mar 18, 2021
1 parent 6d620b6 commit b52dd24
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(cito:=<http://purl.org/spar/cito/>)
Prefix(foaf:=<http://xmlns.com/foaf/0.1/>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Prefix(skos:=<http://www.w3.org/2004/02/skos/core#>)
Prefix(swrl:=<http://www.w3.org/2003/11/swrl#>)
Prefix(swrla:=<http://swrl.stanford.edu/ontologies/3.3/swrla.owl#>)
Prefix(subsets:=<http://purl.obolibrary.org/obo/ro/subsets#>)
Expand Down Expand Up @@ -625,6 +626,7 @@ SubAnnotationPropertyOf(obo:IAO_0000426 obo:RO_0002422)
# Annotation Property: obo:RO_0001900 (temporal interpretation)

AnnotationAssertion(obo:IAO_0000115 obo:RO_0001900 "An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context.")
AnnotationAssertion(rdfs:seeAlso obo:RO_0002161 <https://oborel.github.io/obo-relations/temporal-semantics/>)
SubAnnotationPropertyOf(obo:RO_0001900 obo:RO_0002422)

# Annotation Property: obo:RO_0002161 (never in taxon)
Expand Down Expand Up @@ -3662,7 +3664,7 @@ AnnotationAssertion(obo:IAO_0000232 obo:RO_0002434 "Note that this relationship
AnnotationAssertion(oboInOwl:hasExactSynonym obo:RO_0002434 "in pairwise interaction with")
AnnotationAssertion(oboInOwl:inSubset obo:RO_0002434 subsets:ro-eco)
AnnotationAssertion(rdfs:label obo:RO_0002434 "interacts with")
AnnotationAssertion(rdfs:seeAlso obo:RO_0002434 "http://purl.obolibrary.org/obo/MI_0914"^^xsd:anyURI)
AnnotationAssertion(skos:closeMatch obo:RO_0002434 "http://purl.obolibrary.org/obo/MI_0914"^^xsd:anyURI)
AnnotationAssertion(rdfs:seeAlso obo:RO_0002434 "https://oborel.github.io/obo-relations/interaction-relations/"^^xsd:anyURI)
SymmetricObjectProperty(obo:RO_0002434)
ObjectPropertyDomain(obo:RO_0002434 obo:BFO_0000040)
Expand All @@ -3674,7 +3676,7 @@ AnnotationAssertion(obo:IAO_0000116 obo:RO_0002435 "An interaction that holds be
AnnotationAssertion(obo:IAO_0000117 obo:RO_0002435 "Chris Mungall")
AnnotationAssertion(rdfs:label obo:RO_0002435 "genetically interacts with")
AnnotationAssertion(rdfs:seeAlso obo:RO_0002435 obo:ECO_0000316)
AnnotationAssertion(rdfs:seeAlso obo:RO_0002435 "http://purl.obolibrary.org/obo/MI_0208"^^xsd:anyURI)
AnnotationAssertion(skos:closeMatch obo:RO_0002435 "http://purl.obolibrary.org/obo/MI_0208"^^xsd:anyURI)
SubObjectPropertyOf(obo:RO_0002435 obo:RO_0002434)
SymmetricObjectProperty(obo:RO_0002435)

Expand All @@ -3686,7 +3688,7 @@ AnnotationAssertion(obo:IAO_0000118 obo:RO_0002436 "binds")
AnnotationAssertion(obo:IAO_0000118 obo:RO_0002436 "molecularly binds with")
AnnotationAssertion(rdfs:label obo:RO_0002436 "molecularly interacts with")
AnnotationAssertion(rdfs:seeAlso obo:RO_0002436 obo:ECO_0000353)
AnnotationAssertion(rdfs:seeAlso obo:RO_0002436 "http://purl.obolibrary.org/obo/MI_0915"^^xsd:anyURI)
AnnotationAssertion(skos:closeMatch obo:RO_0002436 "http://purl.obolibrary.org/obo/MI_0915"^^xsd:anyURI)
SubObjectPropertyOf(obo:RO_0002436 obo:RO_0002434)
SymmetricObjectProperty(obo:RO_0002436)

Expand Down

0 comments on commit b52dd24

Please sign in to comment.