@prefix : . @prefix obo: . @prefix owl: . @prefix rdf: . @prefix sio: . @prefix vstoi: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @prefix skos: . @prefix hasco: . a owl:Ontology ; owl:versionIRI ; owl:imports , , . ################################################################# # # Annotation properties # ################################################################# skos:definition a owl:AnnotationProperty . ########### # # Indicators # ########### :ObjectBehavior a owl:Class ; rdfs:label "Object Detection and Behavior" ; rdfs:subClassOf hasco:StudyIndicator ; skos:definition "Object Detection and Behavior Indicator Class" . :PhysicalCharacteristic a owl:Class ; rdfs:label "Physical Characteristic" ; rdfs:subClassOf hasco:StudyIndicator ; skos:definition "Physical Characteristic Indicator Class" . :ChemicalCharacteristic a owl:Class ; rdfs:label "Chemical Characteristic" ; rdfs:subClassOf hasco:StudyIndicator ; skos:definition "Chemical Characteristic Indicator Class" . :LightCharacteristic a owl:Class ; rdfs:label "Light Characteristic" ; rdfs:subClassOf hasco:StudyIndicator ; skos:definition "Light Characteristic Indicator Class" . :ControlCondition a owl:Class ; rdfs:label "Control Condition" ; rdfs:subClassOf hasco:StudyIndicator ; skos:definition "Control Condition Indicator Class" . :InstrumentCharacteristic a owl:Class ; rdfs:label "Instrument Characteristic" ; rdfs:subClassOf hasco:StudyIndicator ; skos:definition "Instrument Characteristic Indicator Class" . ################################################################# # # Classes -- Remote sensing's object detection evidence # ################################################################# # http://hadatac.org/ont/lesa#DetectorDistance :DetectorDistance a owl:Class ; rdfs:subClassOf :ObjectBehavior ; rdfs:label "Distance to detector" ; skos:definition "Length between a detector and a sensed object" . :DetectorDistanceImage a owl:Class ; rdfs:subClassOf :DetectorDistance ; rdfs:label "Image of distance to detector" ; skos:definition "Image of Distances between a sensor and a set of objects in the sensor's field of view" . :DetectorDistance25By20Image a owl:Class ; rdfs:subClassOf :DetectorDistanceImage ; rdfs:label "25x20 image of distance to detector" ; skos:definition "25 by 20 image of distances between a detector and a set of objects in the sensor's field of view" . :DetectorDistance9PixelImage a owl:Class ; rdfs:subClassOf :DetectorDistanceImage ; rdfs:label "Circular 9 pixel image of distance to detector" ; skos:definition "Circular 9 pixel image of distances between a detector and a set of objects in the sensor's field of view" . :DetectorDistance9Pixel15DegreeImage a owl:Class ; rdfs:subClassOf :DetectorDistance9PixelImage ; rdfs:label "Circular 9 pixel image of distance to detector" ; skos:definition "Circular 9 pixel image of distances between a detector and a set of objects in the sensor's field of view" . :DetectorDistance9Pixel30DegreeImage a owl:Class ; rdfs:subClassOf :DetectorDistance9PixelImage ; rdfs:label "Circular 9 pixel image of distance to detector" ; skos:definition "Circular 9 pixel image of distances between a detector and a set of objects in the sensor's field of view" . :DetectorDistance9Pixel45DegreeImage a owl:Class ; rdfs:subClassOf :DetectorDistance9PixelImage ; rdfs:label "Circular 9 pixel image of distance to detector" ; skos:definition "Circular 9 pixel image of distances between a detector and a set of objects in the sensor's field of view" . ################################################################# # # Classes -- Instrument # ################################################################# :LightSource a owl:Class ; rdfs:subClassOf vstoi:PhysicalInstrument ; rdfs:label "Light Source" ; skos:definition "Array with return code of each detector from the POD" . ################################################################# # # Classes -- Instrument Characteristic # ################################################################# :DetectorCode9Array a owl:Class ; rdfs:subClassOf :InstrumentCharacteristic ; rdfs:label "Return Code Array" ; skos:definition "Array with return code of each detector from the POD" . :hasLightIntensity a owl:Class ; rdfs:subClassOf :InstrumentCharacteristic ; rdfs:label "Light source intensity" ; skos:definition "Measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle, based on the luminosity function, a standardized model of the sensitivity of the human eye." . :hasLightCCT a owl:Class ; rdfs:subClassOf :InstrumentCharacteristic ; rdfs:label "Correlated Color Temperature" ; skos:definition "The correlated color temperature (CCT, Tcp) is the temperature of the Planckian radiator whose perceived color most closely resembles that of a given stimulus at the same brightness and under specified viewing conditions. CIE/IEC 17.4:1987, International Lighting Vocabulary (ISBN 3900734070)" . ################################################################# # # Classes -- Physical Characteristic # ################################################################# :RelativeLuminance a owl:Class ; rdfs:subClassOf obo:PATO_0001718 ; rdfs:label "Relative luminance" ; skos:definition "luminance with values normalized in the [1,100] range for a reference white" . :RGBRelativeLuminance a owl:Class ; rdfs:subClassOf :RelativeLuminance ; rdfs:label "RGB Relative luminance" ; skos:definition "relative luminance calculated from linear components of an RGB color space" . :hasRGBGreenPrimary a owl:Class ; rdfs:subClassOf :RGBRelativeLuminance ; rdfs:label "RGB's Green Primary" ; skos:definition "Green primary of an RGB color space" . :hasRGBRedPrimary a owl:Class ; rdfs:subClassOf :RGBRelativeLuminance ; rdfs:label "RGB's Red Primary" ; skos:definition "Red primary of an RGB color space" . :hasRGBBluePrimary a owl:Class ; rdfs:subClassOf :RGBRelativeLuminance ; rdfs:label "RGB's Blue Primary" ; skos:definition "Blue primary of an RGB color space" . :hasRGBCComponent a owl:Class ; rdfs:subClassOf :RGBRelativeLuminance ; rdfs:label "RGB's C Component" ; skos:definition "C component of an RGB color space" . :Relativehumidity a owl:Class ; rdfs:label "Relative humidity" ; skos:definition "the amount of water vapor present in air expressed as a percentage of the amount needed for saturation at the same temperature." ; rdfs:subClassOf obo:PATO_0015009 . ################################################################# # # Classes -- Geometry # ################################################################# :Cone a owl:Class ; rdfs:label "Cone" ; skos:definition "A three-dimensional cone." ; rdfs:subClassOf sio:SIO_000048 . :9SectorCone a owl:Class ; rdfs:label "9-Sector Cone" ; rdfs:subClassOf :Cone ; skos:definition "A three-dimensional cone with an inner cone. External cone sectioned into 8 areas" . :Piramid a owl:Class ; rdfs:label "Piramid" ; skos:definition "A three-dimensional pyramid with a square base." ; rdfs:subClassOf sio:SIO_000048 . :RetangularCuboid a owl:Class ; rdfs:label "RetangularCuboid" ; skos:definition "A three-dimensional rectangular cuboid." ; rdfs:subClassOf sio:SIO_000048 . :hasHeight a owl:DatatypeProperty , rdf:Property ; rdfs:domain sio:SIO_000048 ; rdfs:label "height" ; rdfs:range rdfs:Literal . :hasBaseRadius a owl:DatatypeProperty , rdf:Property ; rdfs:domain :Cone ; rdfs:label "radius" ; rdfs:range rdfs:Literal . :hasInnerRadius a owl:DatatypeProperty , rdf:Property ; rdfs:domain :9SectorCone ; rdfs:label "inner radius" ; rdfs:range rdfs:Literal . :hasBaseWidth a owl:DatatypeProperty , rdf:Property ; rdfs:domain :Piramid ; rdfs:label "base width" ; rdfs:range rdfs:Literal . :hasBaseDepth a owl:DatatypeProperty , rdf:Property ; rdfs:domain :Piramid ; rdfs:label "base depth" ; rdfs:range rdfs:Literal . :hasWidth a owl:DatatypeProperty , rdf:Property ; rdfs:domain :RetangularCuboid ; rdfs:label "width" ; rdfs:range rdfs:Literal . :hasDetph a owl:DatatypeProperty , rdf:Property ; rdfs:domain :RetangularCuboid ; rdfs:label "depth" ; rdfs:range rdfs:Literal . ################################################ # # Quotes # ################################################ # From ENVO # obo:ENVO_01000828 a owl:Class ; # rdfs:label "humidity" ; # skos:definition "Air which has increased levels of water vapour." ; # rdfs:subClassOf :WeatherCharacteristic . # # obo:ENVO_09200001 a owl:Class ; # rdfs:label "temperature" ; # skos:definition "The temperature of some air." ; # rdfs:subClassOf :WeatherCharacteristic . # # obo:ENVO_09200011 a owl:Class ; # rdfs:label "pressure" ; # skos:definition "The pressure of some air." ; # rdfs:subClassOf :WeatherCharacteristic . obo:ENVO_01000451 a owl:Class ; rdfs:label "atmospheric carbon dioxide" ; skos:definition "Atmospheric carbon dioxide is an environmental material composed of carbon dioxide in its gaseous form present in an atmosphere." ; rdfs:subClassOf :ChemicalCharacteristic . # From PATO obo:PATO_0001718 a owl:Class ; rdfs:label "luminance" ; skos:definition "A quality that exists by virtue of the luminous intensity per unit area projected in a given direction. [database_cross_reference: Wikipedia:http://en.wikipedia.org/wiki/Luminance]" ; rdfs:subClassOf :LightCharacteristic . obo:PATO_0000146 a owl:Class ; rdfs:label "temperature" ; skos:definition "A physical quality of the thermal energy of a system." ; rdfs:subClassOf :PhysicalCharacteristic . obo:PATO_0001025 a owl:Class ; rdfs:label "pressure" ; skos:definition "A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts." ; rdfs:subClassOf :PhysicalCharacteristic . obo:PATO_0015009 a owl:Class ; rdfs:label "humidity" ; skos:definition "A quality inhering in air by virtue of the partial pressure exerted by the bearer's water vapour content." ; rdfs:subClassOf :PhysicalCharacteristic .