forgot semicolons...

This commit is contained in:
oliviahobai
2025-01-04 19:20:44 -05:00
committed by GitHub
parent 6d291e44e1
commit 1507b0d47d

View File

@@ -125,8 +125,8 @@ cco:ont00001786 rdf:type owl:ObjectProperty ;
cco:ont00001787 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000056 ;
owl:inverseOf cco:ont00001833 ;
rdfs:domain cco:ont00001017
rdfs:range obo:BFO_0000015
rdfs:domain cco:ont00001017 ;
rdfs:range obo:BFO_0000015 ;
rdfs:label "agent in"@en ;
skos:definition "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ;
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .