From af4542d891f202a34a901a3d5e46b3bdff05da88 Mon Sep 17 00:00:00 2001 From: oliviahobai <119642653+oliviahobai@users.noreply.github.com> Date: Sun, 5 Jan 2025 12:58:22 -0500 Subject: [PATCH] d/r has affiliate --- src/cco-modules/AgentOntology.ttl | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index c0f6f6e..f1ba953 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -986,18 +986,8 @@ cco:ont00001975 rdf:type owl:ObjectProperty ; ### https://www.commoncoreontologies.org/ont00001977 cco:ont00001977 rdf:type owl:ObjectProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( cco:ont00001017 - cco:ont00001180 - cco:ont00001262 - ) - ] ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( cco:ont00001017 - cco:ont00001180 - cco:ont00001262 - ) - ] ; + rdfs:domain cco:ont00001017 ; + rdfs:range cco:ont00001017 ; rdfs:label "has affiliate"@en ; skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ; cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .