Unverified Commit 5a5e233b authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

clean up syntax

parent 0032ecbc
Loading
Loading
Loading
Loading
+30 −60
Original line number Diff line number Diff line
@@ -41,32 +41,12 @@
dcterms:issued rdf:type owl:AnnotationProperty .
dcterms:modified rdf:type owl:AnnotationProperty .
dcterms:source rdf:type owl:AnnotationProperty .

###  http://purl.org/dc/elements/1.1/description
dcterms:description rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/publisher
dcterms:publisher rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
dcterms:title rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
dcterms:creator rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
dcterms:license rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


@@ -90,8 +70,7 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


###  https://saref.etsi.org/saref4envi/hasDigitalRepresentation
:hasDigitalRepresentation rdf:type owl:ObjectProperty ,
                                   owl:InverseFunctionalProperty ;
:hasDigitalRepresentation rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ;
                          rdfs:comment "A relation between a physical object and the digital representation in which it is encapsulated."@en ;
                          rdfs:label "has digital representation"@en .

@@ -121,15 +100,13 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


###  https://saref.etsi.org/saref4envi/isAccesibleThrough
:isAccesibleThrough rdf:type owl:ObjectProperty ,
                             owl:FunctionalProperty ;
:isAccesibleThrough rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
                    rdfs:comment "The relation between a digital representation and the service which it is accesible through."@en ;
                    rdfs:label "is accesible through"@en .


###  https://saref.etsi.org/saref4envi/isComponentOf
:isComponentOf rdf:type owl:ObjectProperty ,
                        owl:TransitiveProperty ;
:isComponentOf rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
               rdfs:comment "A relation between a system and the system it belongs to as a component."@en ;
               rdfs:label "is component of"@en .

@@ -170,16 +147,14 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


###  https://saref.etsi.org/saref4envi/hasFlash
:hasFlash rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
:hasFlash rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
          rdfs:range xsd:boolean ;
          rdfs:comment "A relationship stating whether a light has flash."@en ;
          rdfs:label "has flash"@en .


###  https://saref.etsi.org/saref4envi/hasProjectionAngle
:hasProjectionAngle rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
:hasProjectionAngle rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
                    rdfs:range xsd:float ;
                    rdfs:comment "A relationship defining the projection angle of an entity (e.g., a light)."@en ;
                    rdfs:label "has projection angle"@en .
@@ -193,8 +168,7 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


###  https://saref.etsi.org/saref4envi/hasShield
:hasShield rdf:type owl:DatatypeProperty ,
                    owl:FunctionalProperty ;
:hasShield rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
           rdfs:range xsd:boolean ;
           rdfs:comment "A relationship stating whether a lamppost has a shield."@en ;
           rdfs:label "has shield"@en .
@@ -208,8 +182,7 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


###  https://saref.etsi.org/saref4envi/hasVersion
:hasVersion rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
:hasVersion rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
            rdfs:range xsd:string ;
            rdfs:comment "A relationship defining the version  of a certain entity (e.g., a device)"@en ;
            rdfs:label "has version"@en .
@@ -457,15 +430,13 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


###  https://saref.etsi.org/saref4envi/Frequency
:Frequency rdf:type owl:NamedIndividual ,
                    saref:Property ;
:Frequency rdf:type owl:NamedIndividual , saref:Property ;
           rdfs:comment "An individual representing the property frequency."@en ;
           rdfs:label "Frequency"@en .


###  https://saref.etsi.org/saref4envi/Height
:Height rdf:type owl:NamedIndividual ,
                 saref:Property ;
:Height rdf:type owl:NamedIndividual , saref:Property ;
        rdfs:comment "An individual representing the property height."@en ;
        rdfs:label "Height"@en .

@@ -506,8 +477,7 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


###  https://saref.etsi.org/saref4envi/Period
:Period rdf:type owl:NamedIndividual ,
                 saref:Property ;
:Period rdf:type owl:NamedIndividual , saref:Property ;
        rdfs:comment "An individual representing the property period."@en ;
        rdfs:label "Period"@en .