saref4wear.ttl 21.6 KB
Newer Older
@prefix : <https://saref.etsi.org/s4wear#> .
Mauro Dragoni's avatar
Mauro Dragoni committed
@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> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
Mauro Dragoni's avatar
Mauro Dragoni committed
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix saref: <https://w3id.org/saref#> .
@prefix s4wear: <https://saref.etsi.org/s4wear#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://saref.etsi.org/saref4wear#> .

<https://saref.etsi.org/saref4wear#> rdf:type owl:Ontology ;
                                      owl:versionIRI <https://saref.etsi.org/saref4wear/v0.1.2/saref4wear#> ;
                                      dcterms:contributor <https://www.linkedin.com/in/maurodragoni/MauroDragoni> ;
                                      dcterms:created "start date of the STF 2019-01-01"^^xsd:date ;
                                      dcterms:description "SAREF4WEAR is an extension of SAREF for Wearables"@en ;
                                      dcterms:issued "date when the document is online"^^xsd:date ;
                                      dcterms:license <https://forge.etsi.org/etsi-software-license> ;
                                      dcterms:modified "do not set this"^^xsd:date ;
                                      dcterms:publisher <https://www.etsi.org/> ;
                                      dcterms:source <https://forge.etsi.org/rep/SAREF/saref4wear/> ;
                                      dcterms:title "SAREF4WEAR: an extension of SAREF for Wearables"@en ;
                                      vann:preferredNamespacePrefix "s4wear" ;
                                      vann:preferredNamespaceUri "https://saref.etsi.org/saref4wear#" ;
                                      owl:versionInfo "v0.1.2" .

#################################################################
#    Annotation properties
#################################################################

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


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


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


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


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


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


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


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


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


###  http://purl.org/dc/terms/title
dcterms:title 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 .
Mauro Dragoni's avatar
Mauro Dragoni committed


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

###  https://saref.etsi.org/s4wear#canSendInformationTo
s4wear:canSendInformationTo rdf:type owl:ObjectProperty ;
                            rdfs:domain s4wear:Wearable ;
                            rdfs:range s4wear:Wearable .


###  https://saref.etsi.org/s4wear#hasLocation
s4wear:hasLocation rdf:type owl:ObjectProperty ;
                   rdfs:domain owl:Thing ;
                   rdfs:range s4wear:Location .


###  https://saref.etsi.org/s4wear#interactsWith
s4wear:interactsWith rdf:type owl:ObjectProperty ;
                     rdfs:domain s4wear:User ;
                     rdfs:range s4wear:Wearable .


###  https://saref.etsi.org/s4wear#isActedBy
s4wear:isActedBy rdf:type owl:ObjectProperty ;
                 rdfs:domain s4wear:Wearer ;
                 rdfs:range s4wear:Wearable .


###  https://saref.etsi.org/s4wear#isLocated
s4wear:isLocated rdf:type owl:ObjectProperty ;
                 rdfs:domain s4wear:Wearable ;
                 rdfs:range s4wear:Wearer .


###  https://saref.etsi.org/s4wear#isLocatedIn
s4wear:isLocatedIn rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf s4wear:isLocated ;
                   rdfs:domain s4wear:Wearable ;
                   rdfs:range s4wear:Wearer .


###  https://saref.etsi.org/s4wear#isLocatedNear
s4wear:isLocatedNear rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf s4wear:isLocated ;
                     rdfs:domain s4wear:Wearable ;
                     rdfs:range s4wear:Wearer .


###  https://saref.etsi.org/s4wear#isLocatedOn
s4wear:isLocatedOn rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf s4wear:isLocated ;
                   rdfs:domain s4wear:Wearable ;
                   rdfs:range s4wear:Wearer .


###  https://saref.etsi.org/s4wear#isSensedBy
s4wear:isSensedBy rdf:type owl:ObjectProperty ;
                  rdfs:domain s4wear:Wearer ;
                  rdfs:range s4wear:Wearable ;
                  rdfs:comment """Defines the relatonship between a wearer and a wearable device.
Mauro Dragoni's avatar
Mauro Dragoni committed
The definition of this object property satisfies the requirement WEAR-2.""" ;
###  https://saref.etsi.org/s4wear#monitors
s4wear:monitors rdf:type owl:ObjectProperty ;
                rdfs:domain s4wear:Wearable ;
                rdfs:range s4wear:Wearable .
###  https://saref.etsi.org/saref#controlsProperty
saref:controlsProperty rdf:type owl:ObjectProperty ;
                       rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                       rdfs:label "controls property"@en .


###  https://saref.etsi.org/saref#isControlledByDevice
saref:isControlledByDevice rdf:type owl:ObjectProperty ;
                           rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                           rdfs:label "is controlled by device"@en .


###  https://saref.etsi.org/saref#isMeasuredByDevice
saref:isMeasuredByDevice rdf:type owl:ObjectProperty ;
                         rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                         rdfs:label "is measured by device"@en .


###  https://saref.etsi.org/saref#isMeasuredIn
saref:isMeasuredIn rdf:type owl:ObjectProperty ;
                   rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                   rdfs:label "is measured in"@en .


###  https://saref.etsi.org/saref#makesMeasurement
saref:makesMeasurement rdf:type owl:ObjectProperty ;
                       owl:inverseOf saref:measurementMadeBy ;
                       rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                       rdfs:label "makes measurement"@en .


###  https://saref.etsi.org/saref#measurementMadeBy
saref:measurementMadeBy rdf:type owl:ObjectProperty ;
                        rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                        rdfs:label "measurement made by"@en .


###  https://saref.etsi.org/saref#measuresProperty
saref:measuresProperty rdf:type owl:ObjectProperty ;
                       rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                       rdfs:label "measures property"@en .


###  https://saref.etsi.org/saref#relatesToMeasurement
saref:relatesToMeasurement rdf:type owl:ObjectProperty ;
                           rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                           rdfs:label "relates to measurement"@en .


###  https://saref.etsi.org/saref#relatesToProperty
saref:relatesToProperty rdf:type owl:ObjectProperty ;
                        rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                        rdfs:label "relates to property"@en .


#################################################################
#    Data properties
#################################################################
###  http://xmlns.com/foaf/0.1/name
foaf:name rdf:type owl:DatatypeProperty .
###  https://saref.etsi.org/s4wear#capacity
s4wear:capacity rdf:type owl:DatatypeProperty ;
                rdfs:domain s4wear:Area ;
                rdfs:range xsd:long .
###  https://saref.etsi.org/s4wear#eventType
s4wear:eventType rdf:type owl:DatatypeProperty ;
                 rdfs:domain s4wear:Event ;
                 rdfs:range xsd:string .
###  https://saref.etsi.org/s4wear#latitude
s4wear:latitude rdf:type owl:DatatypeProperty ;
                rdfs:domain s4wear:Location ;
                rdfs:range xsd:double .
###  https://saref.etsi.org/s4wear#longitude
s4wear:longitude rdf:type owl:DatatypeProperty ;
                 rdfs:domain s4wear:Location ;
                 rdfs:range xsd:double .
###  https://saref.etsi.org/s4wear#meansOfTransport
s4wear:meansOfTransport rdf:type owl:DatatypeProperty ;
                        rdfs:domain s4wear:Wearer ;
                        rdfs:range xsd:string .


###  https://saref.etsi.org/s4wear#wearerRangeAge
s4wear:wearerRangeAge rdf:type owl:DatatypeProperty ;
                      rdfs:domain s4wear:Wearer ;
                      rdfs:range xsd:string .


###  https://saref.etsi.org/s4wear#wearerStatus
s4wear:wearerStatus rdf:type owl:DatatypeProperty ;
                    rdfs:domain s4wear:Wearer ;
                    rdfs:range xsd:string .
###  https://saref.etsi.org/saref#hasTimestamp
saref:hasTimestamp rdf:type owl:DatatypeProperty ;
                   rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                   rdfs:label "has timestamp"@en .


###  https://saref.etsi.org/saref#hasValue
saref:hasValue rdf:type owl:DatatypeProperty ;
               rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
               rdfs:label "has value"@en .


Mauro Dragoni's avatar
Mauro Dragoni committed
#################################################################
#    Classes
#################################################################

###  http://purl.org/vocommons/voaf#Vocabulary
voaf:Vocabulary rdf:type owl:Class .

###  http://xmlns.com/foaf/0.1/Person
foaf:Person rdf:type owl:Class .
###  https://saref.etsi.org/s4wear#Area
s4wear:Area rdf:type owl:Class .


###  https://saref.etsi.org/s4wear#Biometric
s4wear:Biometric rdf:type owl:Class ;
                 rdfs:subClassOf s4wear:Information .


###  https://saref.etsi.org/s4wear#Capability
s4wear:Capability rdf:type owl:Class .


###  https://saref.etsi.org/s4wear#Child
s4wear:Child rdf:type owl:Class ;
             rdfs:subClassOf s4wear:Wearer .


Raul Garcia-Castro's avatar
Raul Garcia-Castro committed
###  https://saref.etsi.org/s4wear#Communication
s4wear:Communication rdf:type owl:Class ;
                    rdfs:subClassOf s4wear:Capability .


###  https://saref.etsi.org/s4wear#Control
s4wear:Control rdf:type owl:Class ;
               rdfs:subClassOf s4wear:Capability .


###  https://saref.etsi.org/s4wear#ElecticalSafety
s4wear:ElecticalSafety rdf:type owl:Class ;
                       rdfs:subClassOf s4wear:Information .
###  https://saref.etsi.org/s4wear#Emission
s4wear:Emission rdf:type owl:Class ;
                rdfs:subClassOf s4wear:Information .
###  https://saref.etsi.org/s4wear#Entity
s4wear:Entity rdf:type owl:Class .
###  https://saref.etsi.org/s4wear#Event
s4wear:Event rdf:type owl:Class .
###  https://saref.etsi.org/s4wear#Fabric
s4wear:Fabric rdf:type owl:Class ;
              rdfs:subClassOf s4wear:TextileBasedWearable .

###  https://saref.etsi.org/s4wear#InBodyWearable
s4wear:InBodyWearable rdf:type owl:Class ;
                      rdfs:subClassOf [ owl:intersectionOf ( s4wear:PositionedWearable
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty s4wear:isLocatedIn ;
                                                               owl:someValuesFrom s4wear:Wearer
                                                             ]
                                                           ) ;
                                        rdf:type owl:Class
                                      ] .
###  https://saref.etsi.org/s4wear#Information
s4wear:Information rdf:type owl:Class .

###  https://saref.etsi.org/s4wear#LivingOrganism
s4wear:LivingOrganism rdf:type owl:Class ;
                      rdfs:subClassOf s4wear:Entity .
###  https://saref.etsi.org/s4wear#Location
s4wear:Location rdf:type owl:Class .
###  https://saref.etsi.org/s4wear#NearBodyWearable
s4wear:NearBodyWearable rdf:type owl:Class ;
                        rdfs:subClassOf [ owl:intersectionOf ( s4wear:PositionedWearable
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty s4wear:isLocatedNear ;
                                                                 owl:someValuesFrom s4wear:Wearer
                                                               ]
                                                             ) ;
                                          rdf:type owl:Class
                                        ] .
###  https://saref.etsi.org/s4wear#OnBodyWearable
s4wear:OnBodyWearable rdf:type owl:Class ;
                      rdfs:subClassOf [ owl:intersectionOf ( s4wear:PositionedWearable
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty s4wear:isLocatedOn ;
                                                               owl:someValuesFrom s4wear:Wearer
                                                             ]
                                                           ) ;
                                        rdf:type owl:Class
                                      ] .
###  https://saref.etsi.org/s4wear#Parent
s4wear:Parent rdf:type owl:Class ;
              rdfs:subClassOf s4wear:Wearer .
###  https://saref.etsi.org/s4wear#PhysicalObject
s4wear:PhysicalObject rdf:type owl:Class ;
                      rdfs:subClassOf s4wear:Entity .
###  https://saref.etsi.org/s4wear#PositionedWearable
s4wear:PositionedWearable rdf:type owl:Class ;
                          rdfs:subClassOf s4wear:Wearable .
###  https://saref.etsi.org/s4wear#Sensing
s4wear:Sensing rdf:type owl:Class ;
               rdfs:subClassOf s4wear:Capability .
###  https://saref.etsi.org/s4wear#Sensor
s4wear:Sensor rdf:type owl:Class .
###  https://saref.etsi.org/s4wear#Software
s4wear:Software rdf:type owl:Class ;
                rdfs:subClassOf s4wear:Entity .
###  https://saref.etsi.org/s4wear#StaffMember
s4wear:StaffMember rdf:type owl:Class ;
                   rdfs:subClassOf s4wear:Wearer .
###  https://saref.etsi.org/s4wear#Storage
s4wear:Storage rdf:type owl:Class ;
               rdfs:subClassOf s4wear:Capability .
###  https://saref.etsi.org/s4wear#TextileBasedComponent
s4wear:TextileBasedComponent rdf:type owl:Class ;
                             rdfs:subClassOf s4wear:TextileBasedWearable .
###  https://saref.etsi.org/s4wear#TextileBasedDevice
s4wear:TextileBasedDevice rdf:type owl:Class ;
                          rdfs:subClassOf s4wear:TextileBasedWearable .
###  https://saref.etsi.org/s4wear#TextileBasedWearable
s4wear:TextileBasedWearable rdf:type owl:Class ;
                            rdfs:subClassOf s4wear:Wearable .
###  https://saref.etsi.org/s4wear#User
s4wear:User rdf:type owl:Class ;
            rdfs:subClassOf [ owl:intersectionOf ( s4wear:Entity
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty s4wear:interactsWith ;
                                                     owl:someValuesFrom s4wear:Wearable
                                                   ]
                                                 ) ;
                              rdf:type owl:Class
                            ] .
###  https://saref.etsi.org/s4wear#Wearable
s4wear:Wearable rdf:type owl:Class ;
                rdfs:subClassOf saref:Device ;
                rdfs:comment """A wearable device is a device that is intended to be located near, on or in an organism.
The definition of this concept satisfies the requirement WEAR-1."""@en ;
                rdfs:label "Wearable device"@en .
###  https://saref.etsi.org/s4wear#Wearer
s4wear:Wearer rdf:type owl:Class ;
              rdfs:subClassOf [ owl:intersectionOf ( s4wear:Entity
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty s4wear:isSensedBy ;
                                                       owl:someValuesFrom s4wear:Wearable
                                                     ]
                                                   ) ;
                                rdf:type owl:Class
                              ] ;
              rdfs:comment """A wearer is any living organism that is sensed by a wearable.
The definition of this concept satisfies the requirement WEAR-2."""@en ;
              rdfs:label "Wearer"@en .
###  https://saref.etsi.org/saref#Device
saref:Device rdf:type owl:Class ;
             rdfs:subClassOf [ rdf:type owl:Restriction ;
                               owl:onProperty saref:controlsProperty ;
                               owl:allValuesFrom saref:Property
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty saref:makesMeasurement ;
                               owl:allValuesFrom saref:Measurement
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty saref:measuresProperty ;
                               owl:allValuesFrom saref:Property
                             ] ;
             rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
             rdfs:label "Device"@en .


###  https://saref.etsi.org/saref#Measurement
saref:Measurement rdf:type owl:Class ;
                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:isMeasuredIn ;
                                    owl:allValuesFrom saref:UnitOfMeasure
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:relatesToProperty ;
                                    owl:allValuesFrom saref:Property
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:isMeasuredIn ;
                                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                    owl:onClass saref:UnitOfMeasure
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:relatesToProperty ;
                                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                    owl:onClass saref:Property
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:hasTimestamp ;
                                    owl:allValuesFrom xsd:dateTime
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:hasValue ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty saref:hasValue ;
                                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                    owl:onDataRange xsd:float
                                  ] ;
                  rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                  rdfs:label "Measurement"@en .


###  https://saref.etsi.org/saref#Property
saref:Property rdf:type owl:Class ;
               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                 owl:onProperty saref:isControlledByDevice ;
                                 owl:allValuesFrom saref:Device
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty saref:isMeasuredByDevice ;
                                 owl:allValuesFrom saref:Device
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty saref:relatesToMeasurement ;
                                 owl:allValuesFrom saref:Measurement
                               ] ;
               rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
               rdfs:label "Property"@en .


###  https://saref.etsi.org/saref#UnitOfMeasure
saref:UnitOfMeasure rdf:type owl:Class ;
                    rdfs:isDefinedBy <https://saref.etsi.org/saref#> ;
                    rdfs:label "Unit of measure"@en .


#################################################################
#    Individuals
#################################################################

###  https://www.linkedin.com/in/maurodragoni/MauroDragoni
<https://www.linkedin.com/in/maurodragoni/MauroDragoni> rdf:type owl:NamedIndividual ,
                                                                 foaf:Person ;
                                                        foaf:name "Mauro Dragoni" .
###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi