Skip to content

Commit 4b48cca

Browse files
authored
Update ArtifactOntology.ttl to address Issue #666 (#751)
* Update ArtifactOntology.ttl to address Issue #666 Updated definitions of `Imaging Instrument` and `Imaging Artifact Function`. Added `Display Instrument` and `Image Display Artifact Function`. Addresses issue #666 Closes PR #745 as OBE. * Update to address Neil Otte's request
1 parent 8c64b94 commit 4b48cca

1 file changed

Lines changed: 49 additions & 17 deletions

File tree

src/cco-modules/ArtifactOntology.ttl

Lines changed: 49 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
99
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
1010
@prefix dcterms: <http://purl.org/dc/terms/> .
11-
@base <https://www.commoncoreontologies.org/ArtifactOntology#> .
11+
@base <https://www.commoncoreontologies.org/ArtifactOntology> .
1212

1313
<https://www.commoncoreontologies.org/ArtifactOntology> rdf:type owl:Ontology ;
1414
owl:versionIRI <https://www.commoncoreontologies.org/2024-11-06/ArtifactOntology> ;
@@ -2227,7 +2227,7 @@ cco:ont00000600 rdf:type owl:Class ;
22272227
cco:ont00000601 rdf:type owl:Class ;
22282228
rdfs:subClassOf cco:ont00000323 ;
22292229
rdfs:label "Imaging Artifact Function"@en ;
2230-
skos:definition "An Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities."@en ;
2230+
skos:definition "An Artifact Function that inheres in Artifacts that are designed to create one or more new Images."@en ;
22312231
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .
22322232

22332233

@@ -2922,9 +2922,17 @@ cco:ont00000767 rdf:type owl:Class ;
29222922

29232923
### https://www.commoncoreontologies.org/ont00000771
29242924
cco:ont00000771 rdf:type owl:Class ;
2925+
owl:equivalentClass [ owl:intersectionOf ( cco:ont00000995
2926+
[ rdf:type owl:Restriction ;
2927+
owl:onProperty obo:BFO_0000196 ;
2928+
owl:someValuesFrom cco:ont00000601
2929+
]
2930+
) ;
2931+
rdf:type owl:Class
2932+
] ;
29252933
rdfs:subClassOf cco:ont00000995 ;
29262934
rdfs:label "Imaging Instrument"@en ;
2927-
skos:definition "A Material Artifact that is designed to produce images (visual representations) of an entity."@en ;
2935+
skos:definition "A Material Artifact that is designed to bear an Imaging Artifact Function."@en ;
29282936
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .
29292937

29302938

@@ -4645,6 +4653,19 @@ cco:ont00001207 rdf:type owl:Class ;
46454653
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .
46464654

46474655

4656+
### https://www.commoncoreontologies.org/ont00001209
4657+
cco:ont00001209 rdf:type owl:Class ;
4658+
rdfs:subClassOf cco:ont00000326 ,
4659+
[ rdf:type owl:Restriction ;
4660+
owl:onProperty obo:BFO_0000101 ;
4661+
owl:someValuesFrom cco:ont00002036
4662+
] ;
4663+
rdfs:label "Material Copy of a UPC-E Barcode"@en ;
4664+
skos:altLabel "UPC-E Barcode"@en ;
4665+
skos:definition "A Material Copy of a UPC Barcode that consists of 6 numerical digits."@en ;
4666+
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .
4667+
4668+
46484669
### https://www.commoncoreontologies.org/ont00001210
46494670
cco:ont00001210 rdf:type owl:Class ;
46504671
rdfs:subClassOf cco:ont00001301 ;
@@ -5334,19 +5355,6 @@ cco:ont00001999 rdf:type owl:Class ;
53345355
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .
53355356

53365357

5337-
### https://www.commoncoreontologies.org/ont00001209
5338-
cco:ont00001209 rdf:type owl:Class ;
5339-
rdfs:subClassOf cco:ont00000326 ,
5340-
[ rdf:type owl:Restriction ;
5341-
owl:onProperty obo:BFO_0000101 ;
5342-
owl:someValuesFrom cco:ont00002036
5343-
] ;
5344-
rdfs:label "Material Copy of a UPC-E Barcode"@en ;
5345-
skos:altLabel "UPC-E Barcode"@en ;
5346-
skos:definition "A Material Copy of a UPC Barcode that consists of 6 numerical digits."@en ;
5347-
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .
5348-
5349-
53505358
### https://www.commoncoreontologies.org/ont00002066
53515359
cco:ont00002066 rdf:type owl:Class ;
53525360
rdfs:subClassOf cco:ont00000552 ;
@@ -5370,4 +5378,28 @@ cco:ont00002067 rdf:type owl:Class ;
53705378
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .
53715379

53725380

5373-
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
5381+
### https://www.commoncoreontologies.org/ont00002068
5382+
cco:ont00002068 rdf:type owl:Class ;
5383+
owl:equivalentClass [ owl:intersectionOf ( cco:ont00000995
5384+
[ rdf:type owl:Restriction ;
5385+
owl:onProperty obo:BFO_0000196 ;
5386+
owl:someValuesFrom cco:ont00002069
5387+
]
5388+
) ;
5389+
rdf:type owl:Class
5390+
] ;
5391+
rdfs:subClassOf cco:ont00000995 ;
5392+
rdfs:label "Display Instrument"@en ;
5393+
skos:definition "A Material Artifact that is designed to bear an Image Display Artifact Function."@en ;
5394+
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .
5395+
5396+
5397+
### https://www.commoncoreontologies.org/ont00002069
5398+
cco:ont00002069 rdf:type owl:Class ;
5399+
rdfs:subClassOf cco:ont00000323 ;
5400+
rdfs:label "Image Display Artifact Function"@en ;
5401+
skos:definition "An Artifact Function that inheres in Artifacts that are designed to display an Image."@en ;
5402+
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .
5403+
5404+
5405+
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi

0 commit comments

Comments
 (0)