Skip to content

Commit 431d566

Browse files
authored
remove bomb altlabel ont:00000552 per issue 702 (#793)
1 parent 4476fd9 commit 431d566

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/cco-merged/CommonCoreOntologiesMerged.ttl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8875,9 +8875,13 @@ cco:ont00000551 rdf:type owl:Class ;
88758875

88768876
### https://www.commoncoreontologies.org/ont00000552
88778877
cco:ont00000552 rdf:type owl:Class ;
8878+
rdfs:subClassOf cco:ont00000445 ,
8879+
[ rdf:type owl:Restriction ;
8880+
owl:onProperty obo:BFO_0000196 ;
8881+
owl:someValuesFrom cco:ont00000841
8882+
] ;
88788883
rdfs:subClassOf cco:ont00000445 ;
88798884
rdfs:label "Explosive Weapon"@en ;
8880-
skos:altLabel "Bomb"@en ;
88818885
skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of a violent release of energy caused by the exothermic reaction of an explosive material."@en ;
88828886
cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ;
88838887
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .

src/cco-modules/ArtifactOntology.ttl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,6 @@ cco:ont00000552 rdf:type owl:Class ;
20442044
owl:someValuesFrom cco:ont00000841
20452045
] ;
20462046
rdfs:label "Explosive Weapon"@en ;
2047-
skos:altLabel "Bomb"@en ;
20482047
skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of a violent release of energy caused by the exothermic reaction of an explosive material."@en ;
20492048
cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ;
20502049
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .

0 commit comments

Comments
 (0)