Skip to content
Merged
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
18 changes: 18 additions & 0 deletions ArtifactOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down Expand Up @@ -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 ;
Expand Down