Merge pull request #379 from cameronmore/230-clarification-re-optical-lens

added lens subclasses per #230
This commit is contained in:
J. Neil Otte
2024-08-18 15:46:43 -04:00
committed by GitHub

View File

@@ -767,6 +767,16 @@ cco:CommunicationSystem rdf:type owl:Class ;
rdfs:label "Communication System"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens
cco:ComplexOpticalLens rdf:type owl:Class ;
rdfs:subClassOf cco:OpticalLens ;
cco:alternative_label "Lens System"@en ;
cco:definition "An Optical Lens consisting of more than one Simple Optical Lenses."@en ;
cco:definition_source "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ;
rdfs:label "Complex Optical Lens"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ComponentRole
cco:ComponentRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
@@ -4167,6 +4177,14 @@ cco:SignalProcessingArtifactFunction rdf:type owl:Class ;
rdfs:label "Signal Processing Artifact Function"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SimpleOpticalLens
cco:SimpleOpticalLens rdf:type owl:Class ;
rdfs:subClassOf cco:OpticalLens ;
cco:definition "An Optical Lens consisting of a single piece of transparent material."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ;
rdfs:label "Simple Optical Lens"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SniperRifle
cco:SniperRifle rdf:type owl:Class ;
rdfs:subClassOf cco:Rifle ;