Skip to content

Commit 782c83f

Browse files
authored
Fix group of agents def per 764 (#805)
1 parent 2946694 commit 782c83f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cco-modules/AgentOntology.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ cco:ont00000300 rdf:type owl:Class ;
14131413
rdf:type owl:Class
14141414
] ;
14151415
rdfs:label "Group of Agents"@en ;
1416-
skos:definition "An Object Aggregate that has only Agents as parts."@en ;
1416+
skos:definition "An Object Aggregate that has only Agents as member parts."@en ;
14171417
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .
14181418

14191419

@@ -1988,7 +1988,7 @@ cco:ont00000914 rdf:type owl:Class ;
19881988
owl:allValuesFrom cco:ont00001262
19891989
] ;
19901990
rdfs:label "Group of Persons"@en ;
1991-
skos:definition "A Group of Agents that has only Persons as parts."@en ;
1991+
skos:definition "A Group of Agents that has only Persons as member parts."@en ;
19921992
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .
19931993

19941994

@@ -2257,7 +2257,7 @@ cco:ont00001239 rdf:type owl:Class ;
22572257
owl:allValuesFrom cco:ont00001180
22582258
] ;
22592259
rdfs:label "Group of Organizations"@en ;
2260-
skos:definition "A Group of Agents that has only Organizations as parts."@en ;
2260+
skos:definition "A Group of Agents that has only Organizations as member parts."@en ;
22612261
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .
22622262

22632263

0 commit comments

Comments
 (0)