Commit d931e3f9 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Reviewed labels.

Added placeholders for comments.
parent 07a0bfd4
Loading
Loading
Loading
Loading
+72 −7
Original line number Diff line number Diff line
@@ -36,114 +36,135 @@

###  http://saref.linkeddata.es/def/envi#affectsProperty
:affectsProperty rdf:type owl:ObjectProperty ;
                 rdfs:comment ""@en ;
                 rdfs:label "affects property"@en .


###  http://saref.linkeddata.es/def/envi#contains
:contains rdf:type owl:ObjectProperty ;
          rdfs:label "contains device"@en .
          rdfs:comment ""@en ;
          rdfs:label "contains"@en .


###  http://saref.linkeddata.es/def/envi#encapsulates
:encapsulates rdf:type owl:ObjectProperty ;
              owl:inverseOf :hasDigitalRepresentation ;
              rdf:type owl:FunctionalProperty ;
              rdfs:label "encapsulates object"@en .
              rdfs:comment ""@en ;
              rdfs:label "encapsulates"@en .


###  http://saref.linkeddata.es/def/envi#hasColor
:hasColor rdf:type owl:ObjectProperty ;
          rdfs:label "has light color"@en .
          rdfs:comment ""@en ;
          rdfs:label "has color"@en .


###  http://saref.linkeddata.es/def/envi#hasComponent
:hasComponent rdf:type owl:ObjectProperty ;
              owl:inverseOf :isComponentOf ;
              rdf:type owl:TransitiveProperty ;
              rdfs:comment ""@en ;
              rdfs:label "has component"@en .


###  http://saref.linkeddata.es/def/envi#hasDigitalRepresentation
:hasDigitalRepresentation rdf:type owl:ObjectProperty ,
                                   owl:InverseFunctionalProperty ;
                          rdfs:comment ""@en ;
                          rdfs:label "has digital representation"@en .


###  http://saref.linkeddata.es/def/envi#hasGeometry
:hasGeometry rdf:type owl:ObjectProperty ;
             rdfs:label "has light geometry"@en .
             rdfs:comment ""@en ;
             rdfs:label "has geometry"@en .


###  http://saref.linkeddata.es/def/envi#hasLightPoint
:hasLightPoint rdf:type owl:ObjectProperty ;
               rdfs:comment ""@en ;
               rdfs:label "has light point"@en .


###  http://saref.linkeddata.es/def/envi#hasMeasurementFrequency
:hasMeasurementFrequency rdf:type owl:ObjectProperty ;
                         rdfs:comment ""@en ;
                         rdfs:label "has measurement frequency"@en .


###  http://saref.linkeddata.es/def/envi#hasTransmissionPeriod
:hasTransmissionPeriod rdf:type owl:ObjectProperty ;
                       rdfs:comment ""@en ;
                       rdfs:label "has transmission period"@en .


###  http://saref.linkeddata.es/def/envi#isAccesibleThrough
:isAccesibleThrough rdf:type owl:ObjectProperty ,
                             owl:FunctionalProperty ;
                    rdfs:label "is accesible through service"@en .
                    rdfs:comment ""@en ;
                    rdfs:label "is accesible through"@en .


###  http://saref.linkeddata.es/def/envi#isComponentOf
:isComponentOf rdf:type owl:ObjectProperty ,
                        owl:TransitiveProperty ;
               rdfs:comment ""@en ;
               rdfs:label "is component of"@en .


###  http://saref.linkeddata.es/def/envi#isConnectedTo
:isConnectedTo rdf:type owl:ObjectProperty ,
                        owl:SymmetricProperty ;
               rdfs:label "is connected to system"@en .
               rdfs:comment ""@en ;
               rdfs:label "is connected to"@en .


###  http://saref.linkeddata.es/def/envi#isProjectedFromHeight
:isProjectedFromHeight rdf:type owl:ObjectProperty ;
                       rdfs:comment ""@en ;
                       rdfs:label "is projected from height"@en .


###  http://saref.linkeddata.es/def/envi#isProjectedInDirection
:isProjectedInDirection rdf:type owl:ObjectProperty ;
                        rdfs:comment ""@en ;
                        rdfs:label "is projected in direction"@en .


###  http://saref.linkeddata.es/def/envi#makesMeasurement
:makesMeasurement rdf:type owl:ObjectProperty ;
                  rdfs:comment ""@en ;
                  rdfs:label "makes measurement"@en .


###  http://saref.linkeddata.es/def/envi#measuresProperty
:measuresProperty rdf:type owl:ObjectProperty ;
                  rdfs:comment ""@en ;
                  rdfs:label "measures property"@en .


###  http://saref.linkeddata.es/def/envi#projectsLight
:projectsLight rdf:type owl:ObjectProperty ;
               rdfs:comment ""@en ;
               rdfs:label "projects light"@en .


###  http://saref.linkeddata.es/def/envi#relatesToProperty
:relatesToProperty rdf:type owl:ObjectProperty ;
                   rdfs:comment ""@en ;
                   rdfs:label "relates to property"@en .


###  http://saref.linkeddata.es/def/envi#usesCommunicationInterface
:usesCommunicationInterface rdf:type owl:ObjectProperty ;
                            rdfs:comment ""@en ;
                            rdfs:label "uses communication interface"@en .


###  http://saref.linkeddata.es/def/envi#usesCommunicationProtocol
:usesCommunicationProtocol rdf:type owl:ObjectProperty ;
                           rdfs:comment ""@en ;
                           rdfs:label "uses communication protocol"@en .


@@ -163,6 +184,7 @@ saref:isMeasuredIn rdf:type owl:ObjectProperty .
:hasCreationDate rdf:type owl:DatatypeProperty ,
                          owl:FunctionalProperty ;
                 rdfs:range xsd:dateTime ;
                 rdfs:comment ""@en ;
                 rdfs:label "has creation date"@en .


@@ -170,6 +192,7 @@ saref:isMeasuredIn rdf:type owl:ObjectProperty .
:hasFlash rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:range xsd:boolean ;
          rdfs:comment ""@en ;
          rdfs:label "has flash"@en .


@@ -184,12 +207,14 @@ saref:isMeasuredIn rdf:type owl:ObjectProperty .
:hasProjectionAngle rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
                    rdfs:range xsd:float ;
                    rdfs:comment ""@en ;
                    rdfs:label "has projection angle"@en .


###  http://saref.linkeddata.es/def/envi#hasRevisionNumber
:hasRevisionNumber rdf:type owl:DatatypeProperty ;
                   rdfs:range xsd:string ;
                   rdfs:comment ""@en ;
                   rdfs:label "has revision number"@en .


@@ -197,12 +222,14 @@ saref:isMeasuredIn rdf:type owl:ObjectProperty .
:hasShield rdf:type owl:DatatypeProperty ,
                    owl:FunctionalProperty ;
           rdfs:range xsd:boolean ;
           rdfs:comment ""@en ;
           rdfs:label "has shield"@en .


###  http://saref.linkeddata.es/def/envi#hasTag
:hasTag rdf:type owl:DatatypeProperty ;
        rdfs:range xsd:string ;
        rdfs:comment ""@en ;
        rdfs:label "has tag"@en .


@@ -210,13 +237,15 @@ saref:isMeasuredIn rdf:type owl:ObjectProperty .
:hasTimestamp rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:range xsd:dateTime ;
              rdfs:label "has measurement timestamp"@en .
              rdfs:comment ""@en ;
              rdfs:label "has timestamp"@en .


###  http://saref.linkeddata.es/def/envi#hasVersion
:hasVersion rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:range xsd:string ;
            rdfs:comment ""@en ;
            rdfs:label "has version"@en .


@@ -247,11 +276,13 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                            owl:onProperty :affectsProperty ;
                            owl:allValuesFrom :Property
                          ] ;
          rdfs:comment ""@en ;
          rdfs:label "Actuator"@en .


###  http://saref.linkeddata.es/def/envi#Color
:Color rdf:type owl:Class ;
       rdfs:comment ""@en ;
       rdfs:label "Color"@en .


@@ -266,16 +297,19 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                                          owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                          owl:onDataRange xsd:string
                                        ] ;
                        rdfs:comment ""@en ;
                        rdfs:label "Communication interface"@en .


###  http://saref.linkeddata.es/def/envi#CommunicationProtocol
:CommunicationProtocol rdf:type owl:Class ;
                       rdfs:comment ""@en ;
                       rdfs:label "Communication protocol"@en .


###  http://saref.linkeddata.es/def/envi#CompassDirection
:CompassDirection rdf:type owl:Class ;
                  rdfs:comment ""@en ;
                  rdfs:label "Compass direction"@en .


@@ -313,6 +347,7 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                          owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                          owl:onDataRange xsd:string
                        ] ;
        rdfs:comment ""@en ;
        rdfs:label "Device"@en .


@@ -356,6 +391,7 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                                         owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                         owl:onDataRange xsd:string
                                       ] ;
                       rdfs:comment ""@en ;
                       rdfs:label "Digital representation"@en .


@@ -371,17 +407,20 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                        owl:onClass :FrequencyUnit
                                      ] ;
                      rdfs:comment ""@en ;
                      rdfs:label "Frequency measurement"@en .


###  http://saref.linkeddata.es/def/envi#FrequencyUnit
:FrequencyUnit rdf:type owl:Class ;
               rdfs:subClassOf saref:UnitOfMeasure ;
               rdfs:comment ""@en ;
               rdfs:label "Frequency unit"@en .


###  http://saref.linkeddata.es/def/envi#Geometry
:Geometry rdf:type owl:Class ;
          rdfs:comment ""@en ;
          rdfs:label "Geometry"@en .


@@ -397,6 +436,7 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                     owl:onClass :LengthUnit
                                   ] ;
                   rdfs:comment ""@en ;
                   rdfs:label "Height measurement"@en .


@@ -415,12 +455,14 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                            owl:onProperty :hasShield ;
                            owl:allValuesFrom xsd:boolean
                          ] ;
          rdfs:comment ""@en ;
          rdfs:label "Lamppost"@en .


###  http://saref.linkeddata.es/def/envi#LengthUnit
:LengthUnit rdf:type owl:Class ;
            rdfs:subClassOf saref:UnitOfMeasure ;
            rdfs:comment ""@en ;
            rdfs:label "Length unit"@en .


@@ -450,6 +492,7 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                         owl:onProperty :hasProjectionAngle ;
                         owl:allValuesFrom xsd:float
                       ] ;
       rdfs:comment ""@en ;
       rdfs:label "Light"@en .


@@ -463,12 +506,14 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                              owl:onProperty geo:location ;
                              owl:allValuesFrom geo:SpatialThing
                            ] ;
            rdfs:comment ""@en ;
            rdfs:label "Light point"@en .


###  http://saref.linkeddata.es/def/envi#LightProperty
:LightProperty rdf:type owl:Class ;
               rdfs:subClassOf :Property ;
               rdfs:comment ""@en ;
               rdfs:label "Light property"@en .


@@ -505,6 +550,7 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                               owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                               owl:onDataRange xsd:float
                             ] ;
             rdfs:comment ""@en ;
             rdfs:label "Measurement"@en .


@@ -520,6 +566,7 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                     owl:onClass time:TemporalUnit
                                   ] ;
                   rdfs:comment ""@en ;
                   rdfs:label "Period measurement"@en .


@@ -530,6 +577,7 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                              owl:onProperty :measuresProperty ;
                              owl:someValuesFrom :LightProperty
                            ] ;
            rdfs:comment ""@en ;
            rdfs:label "Photometer"@en .


@@ -551,11 +599,13 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                                  owl:onProperty saref:hasDescription ;
                                  owl:allValuesFrom xsd:string
                                ] ;
                rdfs:comment ""@en ;
                rdfs:label "Physical object"@en .


###  http://saref.linkeddata.es/def/envi#Property
:Property rdf:type owl:Class ;
          rdfs:comment ""@en ;
          rdfs:label "Property"@en .


@@ -571,6 +621,7 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                          owl:onProperty :measuresProperty ;
                          owl:allValuesFrom :Property
                        ] ;
        rdfs:comment ""@en ;
        rdfs:label "Sensor"@en .


@@ -597,12 +648,14 @@ saref:hasValue rdf:type owl:DatatypeProperty .
                          owl:onProperty :usesCommunicationProtocol ;
                          owl:allValuesFrom :CommunicationProtocol
                        ] ;
        rdfs:comment ""@en ;
        rdfs:label "System"@en .


###  http://saref.linkeddata.es/def/envi#TESS
:TESS rdf:type owl:Class ;
      rdfs:subClassOf :Photometer ;
      rdfs:comment ""@en ;
      rdfs:label "TESS (Telescope Encoder and Sky Sensor)"@en .


@@ -637,72 +690,84 @@ saref:UnitOfMeasure rdf:type owl:Class .
###  http://saref.linkeddata.es/def/envi#Fluorescence
:Fluorescence rdf:type owl:NamedIndividual ,
                       :LightProperty ;
              rdfs:comment ""@en ;
              rdfs:label "Fluorescence"@en .


###  http://saref.linkeddata.es/def/envi#Frequency
:Frequency rdf:type owl:NamedIndividual ,
                    :Property ;
           rdfs:comment ""@en ;
           rdfs:label "Frequency"@en .


###  http://saref.linkeddata.es/def/envi#Height
:Height rdf:type owl:NamedIndividual ,
                 :Property ;
        rdfs:comment ""@en ;
        rdfs:label "Height"@en .


###  http://saref.linkeddata.es/def/envi#Illuminance
:Illuminance rdf:type owl:NamedIndividual ,
                      :LightProperty ;
             rdfs:comment ""@en ;
             rdfs:label "Illuminance"@en .


###  http://saref.linkeddata.es/def/envi#Irradiance
:Irradiance rdf:type owl:NamedIndividual ,
                     :LightProperty ;
            rdfs:comment ""@en ;
            rdfs:label "Irradiance"@en .


###  http://saref.linkeddata.es/def/envi#LightAbsorption
:LightAbsorption rdf:type owl:NamedIndividual ,
                          :LightProperty ;
                 rdfs:comment ""@en ;
                 rdfs:label "Light absorption"@en .


###  http://saref.linkeddata.es/def/envi#LightMagnitude
:LightMagnitude rdf:type owl:NamedIndividual ,
                         :LightProperty ;
                rdfs:comment ""@en ;
                rdfs:label "Light magnitude"@en .


###  http://saref.linkeddata.es/def/envi#Luminiscence
:Luminiscence rdf:type owl:NamedIndividual ,
                       :LightProperty ;
              rdfs:comment ""@en ;
              rdfs:label "Luminiscence"@en .


###  http://saref.linkeddata.es/def/envi#Period
:Period rdf:type owl:NamedIndividual ,
                 :Property ;
        rdfs:comment ""@en ;
        rdfs:label "Period"@en .


###  http://saref.linkeddata.es/def/envi#Phosphorescence
:Phosphorescence rdf:type owl:NamedIndividual ,
                          :LightProperty ;
                 rdfs:comment ""@en ;
                 rdfs:label "Phosphorescence"@en .


###  http://saref.linkeddata.es/def/envi#ReflectionOfLight
:ReflectionOfLight rdf:type owl:NamedIndividual ,
                            :LightProperty ;
                   rdfs:comment ""@en ;
                   rdfs:label "Reflection of light"@en .


###  http://saref.linkeddata.es/def/envi#ScatteringOfLight
:ScatteringOfLight rdf:type owl:NamedIndividual ,
                            :LightProperty ;
                   rdfs:comment ""@en ;
                   rdfs:label "Scattering of light"@en .