Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/cco-modules/AgentOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
<https://www.commoncoreontologies.org/AgentOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2024-11-05/AgentOntology> ;
owl:imports <https://www.commoncoreontologies.org/InformationEntityOntology> ;
owl:imports <https://www.commoncoreontologies.org/EventOntology> ;
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
dcterms:rights "CUBRC Inc., see full license."@en ;
rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."@en ;
rdfs:label "Agent Ontology"@en ;
rdfs:label "Agent Ontology"@en ;
owl:versionInfo "Version 2.0"@en .

#################################################################
Expand Down
2 changes: 1 addition & 1 deletion src/cco-modules/EventOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2840,7 +2840,7 @@ cco:ont00001236 rdf:type owl:Class ;
cco:ont00001237 rdf:type owl:Class ;
rdfs:subClassOf cco:ont00000007 ;
rdfs:label "Birth"@en ;
skos:definition "A Natural Process of bringing forth offspring."@en ;
skos:definition "A Process of bringing forth offspring."@en ;
cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI ;
cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI .

Expand Down
Loading