Newer
Older
@prefix : <http://saref.linkeddata.es/def/envi#> .
Raul Garcia-Castro
committed
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
Raul Garcia-Castro
committed
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix wot: <http://xmlns.com/wot/0.1/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rddl: <http://www.rddl.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
Raul Garcia-Castro
committed
@prefix vann: <http://purl.org/vocab/vann/> .
Raul Garcia-Castro
committed
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://saref.linkeddata.es/def/envi> .
<http://saref.linkeddata.es/def/envi> rdf:type owl:Ontology ;
owl:versionIRI <http://saref.linkeddata.es/def/v1/envi> ;
dcterms:creator <http://purl.org/net/mpoveda> ;
rdfs:comment "This ontology extends the SAREF ontology for the environment domain, specifically for the light pollution domain, including concepts like photometers, light, etc."@en ;
vann:preferredNamespaceUri "http://saref.linkeddata.es/def/envi/" ;
dc:title "SAREF extension for environment"@en ;
dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
owl:versionInfo "1.0" ;
vann:preferredNamespacePrefix "saref4envi" ;
dc:publisher <http://www.oeg-upm.net/> .
Raul Garcia-Castro
committed
#################################################################
# Object Properties
#################################################################
### http://saref.linkeddata.es/def/envi#affectsProperty
:affectsProperty rdf:type owl:ObjectProperty ;
rdfs:label "affects property"@en .
### http://saref.linkeddata.es/def/envi#contains
:contains rdf:type owl:ObjectProperty ;
rdfs:label "contains device"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#encapsulates
:encapsulates rdf:type owl:ObjectProperty ;
owl:inverseOf :hasDigitalRepresentation ;
rdf:type owl:FunctionalProperty ;
rdfs:label "encapsulates object"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasColor
:hasColor rdf:type owl:ObjectProperty ;
rdfs:label "has light color"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasComponent
:hasComponent rdf:type owl:ObjectProperty ;
owl:inverseOf :isComponentOf ;
rdf:type owl:TransitiveProperty ;
rdfs:label "has component"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasDigitalRepresentation
:hasDigitalRepresentation rdf:type owl:ObjectProperty ,
owl:InverseFunctionalProperty ;
rdfs:label "has digital representation"@en .
### http://saref.linkeddata.es/def/envi#hasGeometry
:hasGeometry rdf:type owl:ObjectProperty ;
rdfs:label "has light geometry"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasLightPoint
:hasLightPoint rdf:type owl:ObjectProperty ;
rdfs:label "has light point"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasMeasurementFrequency
:hasMeasurementFrequency rdf:type owl:ObjectProperty ;
rdfs:label "has measurement frequency"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasTransmissionPeriod
:hasTransmissionPeriod rdf:type owl:ObjectProperty ;
rdfs:label "has transmission period"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#isAccesibleThrough
:isAccesibleThrough rdf:type owl:ObjectProperty ,
owl:FunctionalProperty ;
rdfs:label "is accesible through service"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#isComponentOf
:isComponentOf rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:label "is component of"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#isConnectedTo
:isConnectedTo rdf:type owl:ObjectProperty ,
owl:SymmetricProperty ;
rdfs:label "is connected to system"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#isProjectedFromHeight
:isProjectedFromHeight rdf:type owl:ObjectProperty ;
rdfs:label "is projected from height"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#isProjectedInDirection
:isProjectedInDirection rdf:type owl:ObjectProperty ;
rdfs:label "is projected in direction"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#makesMeasurement
:makesMeasurement rdf:type owl:ObjectProperty ;
rdfs:label "makes measurement"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#measuresProperty
:measuresProperty rdf:type owl:ObjectProperty ;
rdfs:label "measures property"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#projectsLight
:projectsLight rdf:type owl:ObjectProperty ;
rdfs:label "projects light"@en .
### http://saref.linkeddata.es/def/envi#relatesToProperty
:relatesToProperty rdf:type owl:ObjectProperty ;
rdfs:label "relates to property"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#usesCommunicationInterface
:usesCommunicationInterface rdf:type owl:ObjectProperty ;
rdfs:label "uses communication interface"@en .
### http://saref.linkeddata.es/def/envi#usesCommunicationProtocol
:usesCommunicationProtocol rdf:type owl:ObjectProperty ;
rdfs:label "uses communication protocol"@en .
Raul Garcia-Castro
committed
### http://www.w3.org/2003/01/geo/wgs84_pos#location
geo:location rdf:type owl:ObjectProperty .
Raul Garcia-Castro
committed
### https://w3id.org/saref#isMeasuredIn
saref:isMeasuredIn rdf:type owl:ObjectProperty .
Raul Garcia-Castro
committed
#################################################################
# Data properties
#################################################################
### http://saref.linkeddata.es/def/envi#hasCreationDate
:hasCreationDate rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:range xsd:dateTime ;
rdfs:label "has creation date"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasFlash
:hasFlash rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:range xsd:boolean ;
rdfs:label "has flash"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasIdentifier
:hasIdentifier rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment "A relationship providing the identifier of an entity (e.g., digital representation)"@en ;
rdfs:label "has identifier"@en .
### http://saref.linkeddata.es/def/envi#hasProjectionAngle
:hasProjectionAngle rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:range xsd:float ;
rdfs:label "has projection angle"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasRevisionNumber
:hasRevisionNumber rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:label "has revision number"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasShield
:hasShield rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:range xsd:boolean ;
rdfs:label "has shield"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasTag
:hasTag rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:label "has tag"@en .
### http://saref.linkeddata.es/def/envi#hasTimestamp
:hasTimestamp rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:range xsd:dateTime ;
rdfs:label "has measurement timestamp"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#hasVersion
:hasVersion rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:range xsd:string ;
rdfs:label "has version"@en .
Raul Garcia-Castro
committed
### https://w3id.org/saref#hasDescription
saref:hasDescription rdf:type owl:DatatypeProperty .
Raul Garcia-Castro
committed
### https://w3id.org/saref#hasManufacturer
saref:hasManufacturer rdf:type owl:DatatypeProperty .
Raul Garcia-Castro
committed
### https://w3id.org/saref#hasName
Raul Garcia-Castro
committed
### https://w3id.org/saref#hasValue
Raul Garcia-Castro
committed
#################################################################
# Classes
#################################################################
### http://saref.linkeddata.es/def/envi#Actuator
:Actuator rdf:type owl:Class ;
rdfs:subClassOf :Device ,
[ rdf:type owl:Restriction ;
owl:onProperty :affectsProperty ;
owl:allValuesFrom :Property
Raul Garcia-Castro
committed
rdfs:label "Actuator"@en .
### http://saref.linkeddata.es/def/envi#Color
:Color rdf:type owl:Class ;
rdfs:label "Color"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#CommunicationInterface
:CommunicationInterface rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty :hasVersion ;
owl:allValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasVersion ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string
rdfs:label "Communication interface"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#CommunicationProtocol
:CommunicationProtocol rdf:type owl:Class ;
rdfs:label "Communication protocol"@en .
### http://saref.linkeddata.es/def/envi#CompassDirection
:CompassDirection rdf:type owl:Class ;
rdfs:label "Compass direction"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#Device
:Device rdf:type owl:Class ;
rdfs:subClassOf :System ,
owl:onProperty :hasMeasurementFrequency ;
owl:allValuesFrom :FrequencyMeasurement
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasTransmissionPeriod ;
owl:allValuesFrom :PeriodMeasurement
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasRevisionNumber ;
owl:allValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasVersion ;
owl:allValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:hasManufacturer ;
owl:allValuesFrom xsd:string
] ,
Raul Garcia-Castro
committed
[ rdf:type owl:Restriction ;
owl:onProperty :hasRevisionNumber ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
Raul Garcia-Castro
committed
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasVersion ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
Raul Garcia-Castro
committed
] ;
rdfs:label "Device"@en .
### http://saref.linkeddata.es/def/envi#DigitalRepresentation
:DigitalRepresentation rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:allValuesFrom :PhysicalObject
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :isAccesibleThrough ;
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasCreationDate ;
owl:allValuesFrom xsd:dateTime
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasIdentifier ;
owl:allValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasTag ;
owl:allValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:hasDescription ;
owl:allValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:hasName ;
owl:allValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasCreationDate ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:dateTime
Raul Garcia-Castro
committed
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasIdentifier ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
Raul Garcia-Castro
committed
owl:onDataRange xsd:string
] ;
rdfs:label "Digital representation"@en .
### http://saref.linkeddata.es/def/envi#FrequencyMeasurement
:FrequencyMeasurement rdf:type owl:Class ;
rdfs:subClassOf :Measurement ,
[ rdf:type owl:Restriction ;
owl:onProperty :relatesToProperty ;
owl:hasValue :Frequency
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :FrequencyUnit
] ;
rdfs:label "Frequency measurement"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#FrequencyUnit
:FrequencyUnit rdf:type owl:Class ;
rdfs:label "Frequency unit"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#Geometry
:Geometry rdf:type owl:Class ;
rdfs:label "Geometry"@en .
### http://saref.linkeddata.es/def/envi#HeightMeasurement
:HeightMeasurement rdf:type owl:Class ;
rdfs:subClassOf :Measurement ,
[ rdf:type owl:Restriction ;
owl:onProperty :relatesToProperty ;
owl:hasValue :Height
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :LengthUnit
] ;
rdfs:label "Height measurement"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#Lamppost
:Lamppost rdf:type owl:Class ;
rdfs:subClassOf :Device ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasLightPoint ;
owl:allValuesFrom :LightPoint
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :projectsLight ;
owl:allValuesFrom :Light
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasShield ;
owl:allValuesFrom xsd:boolean
] ;
Raul Garcia-Castro
committed
rdfs:label "Lamppost"@en .
### http://saref.linkeddata.es/def/envi#LengthUnit
:LengthUnit rdf:type owl:Class ;
rdfs:label "Length unit"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#Light
:Light rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty :hasColor ;
owl:allValuesFrom :Color
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasGeometry ;
owl:allValuesFrom :Geometry
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :isProjectedFromHeight ;
owl:allValuesFrom :HeightMeasurement
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :isProjectedInDirection ;
owl:allValuesFrom :CompassDirection
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasFlash ;
owl:allValuesFrom xsd:boolean
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasProjectionAngle ;
owl:allValuesFrom xsd:float
] ;
Raul Garcia-Castro
committed
rdfs:label "Light"@en .
### http://saref.linkeddata.es/def/envi#LightPoint
:LightPoint rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty :projectsLight ;
owl:allValuesFrom :Light
] ,
[ rdf:type owl:Restriction ;
owl:onProperty geo:location ;
owl:allValuesFrom geo:SpatialThing
] ;
rdfs:label "Light point"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#LightProperty
:LightProperty rdf:type owl:Class ;
rdfs:subClassOf :Property ;
rdfs:label "Light property"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#Measurement
:Measurement rdf:type owl:Class ;
Raul Garcia-Castro
committed
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty :relatesToProperty ;
owl:allValuesFrom :Property
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:allValuesFrom saref:UnitOfMeasure
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :relatesToProperty ;
Raul Garcia-Castro
committed
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :Property
Raul Garcia-Castro
committed
] ,
[ rdf:type owl:Restriction ;
Raul Garcia-Castro
committed
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
Raul Garcia-Castro
committed
] ,
owl:onProperty :hasTimestamp ;
owl:allValuesFrom xsd:dateTime
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:hasValue ;
owl:allValuesFrom xsd:float
Raul Garcia-Castro
committed
] ,
[ rdf:type owl:Restriction ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:float
Raul Garcia-Castro
committed
] ;
rdfs:label "Measurement"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#PeriodMeasurement
:PeriodMeasurement rdf:type owl:Class ;
rdfs:subClassOf :Measurement ,
[ rdf:type owl:Restriction ;
owl:onProperty :relatesToProperty ;
owl:hasValue :Period
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass time:TemporalUnit
] ;
rdfs:label "Period measurement"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#Photometer
:Photometer rdf:type owl:Class ;
rdfs:subClassOf :Sensor ,
[ rdf:type owl:Restriction ;
owl:onProperty :measuresProperty ;
Raul Garcia-Castro
committed
owl:someValuesFrom :LightProperty
] ;
rdfs:label "Photometer"@en .
### http://saref.linkeddata.es/def/envi#PhysicalObject
:PhysicalObject rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:allValuesFrom :Device
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasDigitalRepresentation ;
owl:allValuesFrom :DigitalRepresentation
] ,
[ rdf:type owl:Restriction ;
owl:onProperty geo:location ;
owl:allValuesFrom geo:SpatialThing
] ,
[ rdf:type owl:Restriction ;
owl:onProperty saref:hasDescription ;
owl:allValuesFrom xsd:string
Raul Garcia-Castro
committed
] ;
rdfs:label "Physical object"@en .
### http://saref.linkeddata.es/def/envi#Property
:Property rdf:type owl:Class ;
rdfs:label "Property"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#Sensor
:Sensor rdf:type owl:Class ;
rdfs:subClassOf :Device ,
saref:Sensor ,
[ rdf:type owl:Restriction ;
owl:onProperty :makesMeasurement ;
owl:allValuesFrom :Measurement
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :measuresProperty ;
owl:allValuesFrom :Property
Raul Garcia-Castro
committed
rdfs:label "Sensor"@en .
### http://saref.linkeddata.es/def/envi#System
:System rdf:type owl:Class ;
rdfs:subClassOf :PhysicalObject ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasComponent ;
owl:allValuesFrom :System
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :isComponentOf ;
owl:allValuesFrom :System
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :isConnectedTo ;
owl:allValuesFrom :System
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :usesCommunicationInterface ;
owl:allValuesFrom :CommunicationInterface
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :usesCommunicationProtocol ;
owl:allValuesFrom :CommunicationProtocol
] ;
Raul Garcia-Castro
committed
rdfs:label "System"@en .
### http://saref.linkeddata.es/def/envi#TESS
:TESS rdf:type owl:Class ;
rdfs:subClassOf :Photometer ;
rdfs:label "TESS (Telescope Encoder and Sky Sensor)"@en .
### http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing
geo:SpatialThing rdf:type owl:Class .
Raul Garcia-Castro
committed
### http://www.w3.org/2006/time#TemporalUnit
Raul Garcia-Castro
committed
### https://w3id.org/saref#Device
Raul Garcia-Castro
committed
### https://w3id.org/saref#Sensor
Raul Garcia-Castro
committed
### https://w3id.org/saref#Service
saref:Service rdf:type owl:Class .
Raul Garcia-Castro
committed
### https://w3id.org/saref#UnitOfMeasure
Raul Garcia-Castro
committed
#################################################################
# Individuals
#################################################################
### http://saref.linkeddata.es/def/envi#Fluorescence
:Fluorescence rdf:type owl:NamedIndividual ,
Raul Garcia-Castro
committed
:LightProperty ;
rdfs:label "Fluorescence"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#Frequency
:Frequency rdf:type owl:NamedIndividual ,
:Property ;
rdfs:label "Frequency"@en .
### http://saref.linkeddata.es/def/envi#Height
:Height rdf:type owl:NamedIndividual ,
:Property ;
rdfs:label "Height"@en .
### http://saref.linkeddata.es/def/envi#Illuminance
:Illuminance rdf:type owl:NamedIndividual ,
Raul Garcia-Castro
committed
:LightProperty ;
rdfs:label "Illuminance"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#Irradiance
:Irradiance rdf:type owl:NamedIndividual ,
Raul Garcia-Castro
committed
:LightProperty ;
rdfs:label "Irradiance"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#LightAbsorption
:LightAbsorption rdf:type owl:NamedIndividual ,
Raul Garcia-Castro
committed
:LightProperty ;
rdfs:label "Light absorption"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#LightMagnitude
:LightMagnitude rdf:type owl:NamedIndividual ,
Raul Garcia-Castro
committed
:LightProperty ;
rdfs:label "Light magnitude"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#Luminiscence
:Luminiscence rdf:type owl:NamedIndividual ,
Raul Garcia-Castro
committed
:LightProperty ;
rdfs:label "Luminiscence"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#Period
:Period rdf:type owl:NamedIndividual ,
:Property ;
rdfs:label "Period"@en .
### http://saref.linkeddata.es/def/envi#Phosphorescence
:Phosphorescence rdf:type owl:NamedIndividual ,
Raul Garcia-Castro
committed
:LightProperty ;
rdfs:label "Phosphorescence"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#ReflectionOfLight
:ReflectionOfLight rdf:type owl:NamedIndividual ,
Raul Garcia-Castro
committed
:LightProperty ;
rdfs:label "Reflection of light"@en .
Raul Garcia-Castro
committed
### http://saref.linkeddata.es/def/envi#ScatteringOfLight
:ScatteringOfLight rdf:type owl:NamedIndividual ,
Raul Garcia-Castro
committed
:LightProperty ;
rdfs:label "Scattering of light"@en .
Raul Garcia-Castro
committed
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
### http://www.wurvoc.org/vocabularies/om-1.8/centimetre
<http://www.wurvoc.org/vocabularies/om-1.8/centimetre> rdf:type owl:NamedIndividual ,
:LengthUnit .
### http://www.wurvoc.org/vocabularies/om-1.8/decametre
<http://www.wurvoc.org/vocabularies/om-1.8/decametre> rdf:type owl:NamedIndividual ,
:LengthUnit .
### http://www.wurvoc.org/vocabularies/om-1.8/decimetre
<http://www.wurvoc.org/vocabularies/om-1.8/decimetre> rdf:type owl:NamedIndividual ,
:LengthUnit .
### http://www.wurvoc.org/vocabularies/om-1.8/hectometre
<http://www.wurvoc.org/vocabularies/om-1.8/hectometre> rdf:type owl:NamedIndividual ,
:LengthUnit .
### http://www.wurvoc.org/vocabularies/om-1.8/hertz
<http://www.wurvoc.org/vocabularies/om-1.8/hertz> rdf:type owl:NamedIndividual ,
:FrequencyUnit .
### http://www.wurvoc.org/vocabularies/om-1.8/kilometre
<http://www.wurvoc.org/vocabularies/om-1.8/kilometre> rdf:type owl:NamedIndividual ,
:LengthUnit .
### http://www.wurvoc.org/vocabularies/om-1.8/metre
<http://www.wurvoc.org/vocabularies/om-1.8/metre> rdf:type owl:NamedIndividual ,
:LengthUnit .
### http://www.wurvoc.org/vocabularies/om-1.8/millimetre
<http://www.wurvoc.org/vocabularies/om-1.8/millimetre> rdf:type owl:NamedIndividual ,
:LengthUnit .
### http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_day
<http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_day> rdf:type owl:NamedIndividual ,
:FrequencyUnit .
### http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_hour
<http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_hour> rdf:type owl:NamedIndividual ,
:FrequencyUnit .
### http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_second-time
<http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_second-time> rdf:type owl:NamedIndividual ,
:FrequencyUnit .
### http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_year
<http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_year> rdf:type owl:NamedIndividual ,
:FrequencyUnit .
### Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi