Skip to content
Open
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
10 changes: 9 additions & 1 deletion src/cco-merged/CommonCoreOntologiesMerged.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11021,9 +11021,17 @@ cco:ont00000770 rdf:type owl:Class ;

### https://www.commoncoreontologies.org/ont00000771
cco:ont00000771 rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:ont00000995
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000196 ;
owl:someValuesFrom cco:ont00000601
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:ont00000995 ;
rdfs:label "Imaging Instrument"@en ;
skos:definition "A Material Artifact that is designed to produce images (visual representations) of an entity."@en ;
skos:definition "A Material Artifact that is designed to bear an Imaging Artifact Function."@en ;
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .


Expand Down