Commit 3e526aa9 authored by dragoni's avatar dragoni
Browse files

Addressed issue #31

parent 3854bd2a
Loading
Loading
Loading
Loading
Loading
+53 −52
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/saref4wear/> .
@prefix wgs84: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace/> .
@@ -8,8 +8,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix wgs84: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix s4city: <https://saref.etsi.org/saref4city/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4wear: <https://saref.etsi.org/saref4wear/> .
@@ -86,10 +86,6 @@ vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


###  http://schema.org/affiliation
###  schema:affiliation rdf:type owl:AnnotationProperty .


###  http://schema.org/familyName
schema:familyName rdf:type owl:AnnotationProperty .

@@ -106,20 +102,16 @@ schema:name rdf:type owl:AnnotationProperty .
foaf:name rdf:type owl:AnnotationProperty .


saref:FeatureOfInterest a owl:Class .

saref:Measurement a owl:Class .

saref:isMeasurementOf a owl:ObjectProperty .

#################################################################
#    Object Properties
#################################################################

###  http://schema.org/affiliation
schema:affiliation rdf:type owl:ObjectProperty ;
                   rdfs:comment "An organization that this person is affiliated with. For example, a school/university, a club, or a team."@en ;
                   rdfs:label "affiliation"@en .


###  http://www.opengis.net/ont/geosparql#hasGeometry
geo:hasGeometry rdf:type owl:ObjectProperty ;
                rdfs:comment "A spatial representation for a given feature."@en ;
@@ -169,6 +161,12 @@ saref:controlsProperty rdf:type owl:ObjectProperty ;
                       rdfs:label "controls property"@en .


###  https://saref.etsi.org/core/hasCommand
saref:hasCommand rdf:type owl:ObjectProperty ;
                 rdfs:domain saref:Function ;
                 rdfs:range saref:Command .


###  https://saref.etsi.org/core/hasFunction
saref:hasFunction rdf:type owl:ObjectProperty ;
                  rdfs:domain s4wear:Wearable ;
@@ -204,6 +202,10 @@ saref:isMeasuredIn rdf:type owl:ObjectProperty ;
                   rdfs:label "is measured in"@en .


###  https://saref.etsi.org/core/isMeasurementOf
saref:isMeasurementOf rdf:type owl:ObjectProperty .


###  https://saref.etsi.org/core/makesMeasurement
saref:makesMeasurement rdf:type owl:ObjectProperty ;
                       owl:inverseOf saref:measurementMadeBy ;
@@ -451,14 +453,6 @@ s4wear:hasCapacity rdf:type owl:DatatypeProperty ;
                   rdfs:label "has capacity"@en .


###  https://saref.etsi.org/saref4wear/hasCommand
s4wear:hasCommand rdf:type owl:DatatypeProperty ;
                  rdfs:domain saref:ActuatingFunction ;
                  rdfs:range xsd:string ;
                  rdfs:comment "A relationship defining a command triggered by an actuating function."@en ;
                  rdfs:label "has command"@en .


###  https://saref.etsi.org/saref4wear/hasDataTransmissionRate
s4wear:hasDataTransmissionRate rdf:type owl:DatatypeProperty ;
                               rdfs:domain s4wear:Wearable ;
@@ -612,6 +606,10 @@ saref:Actuator rdf:type owl:Class ;
               rdfs:label "Actuator"@en .


###  https://saref.etsi.org/core/Command
saref:Command rdf:type owl:Class .


###  https://saref.etsi.org/core/Device
saref:Device rdf:type owl:Class ;
             rdfs:subClassOf [ rdf:type owl:Restriction ;
@@ -653,13 +651,13 @@ saref:Function rdf:type owl:Class ;
###  https://saref.etsi.org/core/Measurement
saref:Measurement rdf:type owl:Class ;
                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:isMeasurementOf ;
                                    owl:allValuesFrom saref:FeatureOfInterest
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:isMeasuredIn ;
                                    owl:allValuesFrom saref:UnitOfMeasure
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:isMeasurementOf ;
                                    owl:allValuesFrom saref:FeatureOfInterest
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:relatesToProperty ;
                                    owl:allValuesFrom saref:Property
@@ -1112,3 +1110,6 @@ s4wear:WearerTemperature rdf:type owl:NamedIndividual ,
                      schema:name "Universidad Politécnica de Madrid" ;
                      rdfs:comment "Universidad Politécnica de Madrid"@en ;
                      rdfs:label "Universidad Politécnica de Madrid"@en .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi