Skip to content
Snippets Groups Projects
Unverified Commit cc7a9644 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

solved some issues in the pipeline

parent 998eb734
No related branches found
No related tags found
No related merge requests found
@prefix : <https://saref.etsi.org/saref4lift/> .
@prefix s4lift: <https://saref.etsi.org/saref4lift/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@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> .
......@@ -13,10 +14,10 @@
<https://saref.etsi.org/saref4lift/> rdf:type owl:Ontology ;
owl:versionIRI <https://saref.etsi.org/saref4lift/v1.1.1/> ;
dcterms:source <https://saref.etsi.org/sources/saref4lift/> ;
owl:versionInfo "v1.2.2" ;
owl:versionInfo "v1.1.1" ;
vann:preferredNamespaceUri "https://saref.etsi.org/saref4lift/" ;
dcterms:publisher <https://www.etsi.org/> ;
dcterms:modified "2021-02-23" ;
dcterms:modified "2021-03-01" ;
dcterms:title "SAREF extension for Smart Lifts"@en ;
vann:preferredNamespacePrefix "s4lift" ;
dcterms:license <https://forge.etsi.org/etsi-software-license> ;
......@@ -69,129 +70,123 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty .
### http://www.opengis.net/ont/geosparql#hasGeometry
<http://www.opengis.net/ont/geosparql#hasGeometry> rdf:type owl:ObjectProperty ;
rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
rdfs:label "hasGeometry" .
rdfs:label "hasGeometry"@en .
### https://saref.etsi.org/core/hasCommand
saref:hasCommand rdf:type owl:ObjectProperty ;
rdfs:domain saref:Function ;
rdfs:range saref:Command ;
rdfs:comment "A relationship between a function and a command" ,
rdfs:comment "A relationship between a function and a command"@en ,
"has command" ;
rdfs:isDefinedBy saref: .
### https://saref.etsi.org/core/isMeasuredIn
saref:isMeasuredIn rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship identifying the unit of measure used for a certain entity." ;
rdfs:comment "A relationship identifying the unit of measure used for a certain entity."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "is measured in" .
rdfs:label "is measured in"@en .
### https://saref.etsi.org/core/relatesToProperty
saref:relatesToProperty rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a measurement and the property it relates to" ;
rdfs:comment "A relationship between a measurement and the property it relates to"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core> ;
rdfs:label "relates to property" .
rdfs:label "relates to property"@en .
### https://saref.etsi.org/saref4lift/hasDoorCloseTime
:hasDoorCloseTime rdf:type owl:ObjectProperty ;
rdfs:domain :SmartLiftInstallation ;
s4lift:hasDoorCloseTime rdf:type owl:ObjectProperty ;
rdfs:domain s4lift:SmartLiftInstallation ;
rdfs:range saref:Time ;
rdfs:comment "A relationship defining the time spent by a lift to close its doors" ;
rdfs:label "has door close time" .
rdfs:comment "A relationship defining the time spent by a lift to close its doors"@en ;
rdfs:label "has door close time"@en .
### https://saref.etsi.org/saref4lift/hasDoorOpenTime
:hasDoorOpenTime rdf:type owl:ObjectProperty ;
rdfs:domain :SmartLiftInstallation ;
s4lift:hasDoorOpenTime rdf:type owl:ObjectProperty ;
rdfs:domain s4lift:SmartLiftInstallation ;
rdfs:range saref:Time ;
rdfs:comment "A relationship defining the time spent by a lift to open its doors" ;
rdfs:label "has door open time" .
rdfs:comment "A relationship defining the time spent by a lift to open its doors"@en ;
rdfs:label "has door open time"@en .
### https://saref.etsi.org/saref4lift/hasLimitLoad
:hasLimitLoad rdf:type owl:ObjectProperty ;
rdfs:range :Load ;
rdfs:comment "A relationship defining the limit load of a lift" ;
rdfs:label "has limit load" .
s4lift:hasLimitLoad rdf:type owl:ObjectProperty ;
rdfs:range s4lift:Load ;
rdfs:comment "A relationship defining the limit load of a lift"@en ;
rdfs:label "has limit load"@en .
### https://saref.etsi.org/saref4lift/hasPowerSupply
:hasPowerSupply rdf:type owl:ObjectProperty ;
s4lift:hasPowerSupply rdf:type owl:ObjectProperty ;
rdfs:range saref:Power ;
rdfs:comment "A relationship defining the value of the main power supply of a lift" ;
rdfs:label "has power supply" .
rdfs:comment "A relationship defining the value of the main power supply of a lift"@en ;
rdfs:label "has power supply"@en .
### https://saref.etsi.org/saref4lift/hasStandardPowerSupply
:hasStandardPowerSupply rdf:type owl:ObjectProperty ;
s4lift:hasStandardPowerSupply rdf:type owl:ObjectProperty ;
rdfs:range saref:Power ;
rdfs:comment "A relationship defining the value of the standard power supply of a lift" ;
rdfs:label "has standard power supply" .
rdfs:comment "A relationship defining the value of the standard power supply of a lift"@en ;
rdfs:label "has standard power supply"@en .
### https://saref.etsi.org/saref4lift/hasTraveledTime
:hasTraveledTime rdf:type owl:ObjectProperty ;
rdfs:domain :SmartLiftInstallation ;
s4lift:hasTraveledTime rdf:type owl:ObjectProperty ;
rdfs:domain s4lift:SmartLiftInstallation ;
rdfs:range saref:Time ;
rdfs:comment "A relationship defining the time spent by a lift to travel between car stops" ;
rdfs:label "has travel time" .
rdfs:comment "A relationship defining the time spent by a lift to travel between car stops"@en ;
rdfs:label "has travel time"@en .
### https://saref.etsi.org/saref4lift/isAssociatedTo
:isAssociatedTo rdf:type owl:ObjectProperty ;
rdfs:domain :Signal ;
s4lift:isAssociatedTo rdf:type owl:ObjectProperty ;
rdfs:domain s4lift:Signal ;
rdfs:range saref:FeatureOfInterest ;
rdfs:comment "A relationship specifying the features of interest that are associated to a signal" ;
rdfs:label "is associated to" .
rdfs:comment "A relationship specifying the features of interest that are associated to a signal"@en ;
rdfs:label "is associated to"@en .
### https://saref.etsi.org/saref4lift/isGroupedIn
:isGroupedIn rdf:type owl:ObjectProperty ;
rdfs:domain :SmartLiftInstallation ;
rdfs:range :SmartLiftGroup ;
rdfs:comment "A relationship specifying the smart lift installations grouped into smart lift groups" ;
rdfs:label "is grouped in" .
### https://saref.etsi.org/saref4lift/isMeasuredIn
:isMeasuredIn rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
rdfs:domain :NetworkCoverage .
s4lift:isGroupedIn rdf:type owl:ObjectProperty ;
rdfs:domain s4lift:SmartLiftInstallation ;
rdfs:range s4lift:SmartLiftGroup ;
rdfs:comment "A relationship specifying the smart lift installations grouped into smart lift groups"@en ;
rdfs:label "is grouped in"@en .
### https://saref.etsi.org/saref4lift/receives
:receives rdf:type owl:ObjectProperty ;
rdfs:range :BCSSignal .
s4lift:receives rdf:type owl:ObjectProperty ;
rdfs:range s4lift:BCSSignal .
### https://saref.etsi.org/saref4lift/sendsCommand
:sendsCommand rdf:type owl:ObjectProperty ;
s4lift:sendsCommand rdf:type owl:ObjectProperty ;
rdfs:range saref:Command .
### https://saref.etsi.org/saref4lift/supportsNetworkTechnology
:supportsNetworkTechnology rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship to determine the supported network technologies of the lift. Examples of technologies are 2G, 3G,4G, 5G and fixed line." ;
rdfs:label "supports network technology" .
s4lift:supportsNetworkTechnology rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship to determine the supported network technologies of the lift. Examples of technologies are 2G, 3G,4G, 5G and fixed line."@en ;
rdfs:label "supports network technology"@en .
### https://saref.etsi.org/saref4syst/hasSubSystem
<https://saref.etsi.org/saref4syst/hasSubSystem> rdf:type owl:ObjectProperty ;
rdfs:comment "Links a system to one of its sub systems." ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/> ;
rdfs:label "has sub system" .
s4syst:hasSubSystem rdf:type owl:ObjectProperty ;
rdfs:comment "Links a system to one of its sub systems."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/> ;
rdfs:label "has sub system"@en .
### ttps://saref.etsi.org/core/hasFunction
<ttps://saref.etsi.org/core/hasFunction> rdf:type owl:ObjectProperty ;
rdfs:domain saref:Device ;
rdfs:range saref:Function ;
rdfs:comment "A relationship identifying the function of a device" ;
rdfs:isDefinedBy saref: ;
rdfs:label "has function" .
saref:hasFunction rdf:type owl:ObjectProperty ;
rdfs:domain saref:Device ;
rdfs:range saref:Function ;
rdfs:comment "A relationship identifying the function of a device"@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "has function"@en .
#################################################################
......@@ -200,124 +195,125 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ;
### https://saref.etsi.org/core/hasManufacturer
saref:hasManufacturer rdf:type owl:DatatypeProperty ;
rdfs:comment "A relationship identifying the manufacturer of an entity (e.g., device). The value is expected to be a string or a string with language tag." ;
rdfs:comment "A relationship identifying the manufacturer of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "has manufacturer" .
rdfs:label "has manufacturer"@en .
### https://saref.etsi.org/core/hasTimestamp
saref:hasTimestamp rdf:type owl:DatatypeProperty ;
rdfs:comment "A relationship stating the timestamp of an entity (e.g. a measurement)." ;
rdfs:comment "A relationship stating the timestamp of an entity (e.g. a measurement)."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "has timestamp" .
rdfs:label "has timestamp"@en .
### https://saref.etsi.org/core/hasValue
saref:hasValue rdf:type owl:DatatypeProperty ;
rdfs:isDefinedBy saref: ;
rdfs:label "has value" .
rdfs:label "has value"@en .
### https://saref.etsi.org/saref4lift/hasBuildingManager
:hasBuildingManager rdf:type owl:DatatypeProperty ;
s4lift:hasBuildingManager rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment "A relationship identifying the building manager of the lift." ;
rdfs:label "has building manager" .
rdfs:comment "A relationship identifying the building manager of the lift."@en ;
rdfs:label "has building manager"@en .
### https://saref.etsi.org/saref4lift/hasCarStops
:hasCarStops rdf:type owl:DatatypeProperty ;
s4lift:hasCarStops rdf:type owl:DatatypeProperty ;
rdfs:range xsd:integer ;
rdfs:label "The number of car stops in a lift" ,
rdfs:label "The number of car stops in a lift"@en ,
"has car stops" .
### https://saref.etsi.org/saref4lift/hasDoorsStatus
:hasDoorsStatus rdf:type owl:DatatypeProperty ;
s4lift:hasDoorsStatus rdf:type owl:DatatypeProperty ;
rdfs:range xsd:boolean ;
rdfs:label "Status of the door. TRUE indicates that indicates that the corresponding port identified by the array index is open at the given stop. FALSE indicates that the port is closed." ,
rdfs:label "Status of the door. TRUE indicates that indicates that the corresponding port identified by the array index is open at the given stop. FALSE indicates that the port is closed."@en ,
"has door status" .
### https://saref.etsi.org/saref4lift/hasInstallerCompany
:hasInstallerCompany rdf:type owl:DatatypeProperty ;
s4lift:hasInstallerCompany rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment "A relationship identifying the installer company of an entity." ;
rdfs:label "has installer company" .
rdfs:comment "A relationship identifying the installer company of an entity."@en ;
rdfs:label "has installer company"@en .
### https://saref.etsi.org/saref4lift/hasLocationValidator
:hasLocationValidator rdf:type owl:DatatypeProperty ;
s4lift:hasLocationValidator rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment "Name of who has provided the validation of the correctness of the location of the entity" ;
rdfs:label "has location validator" .
rdfs:comment "Name of who has provided the validation of the correctness of the location of the entity"@en ;
rdfs:label "has location validator"@en .
### https://saref.etsi.org/saref4lift/hasMainEmergencyNumber
:hasMainEmergencyNumber rdf:type owl:DatatypeProperty ;
s4lift:hasMainEmergencyNumber rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment "Main emergency numbers to be called in case of emergency" ;
rdfs:label "has main emergency number" .
rdfs:comment "Main emergency numbers to be called in case of emergency"@en ;
rdfs:label "has main emergency number"@en .
### https://saref.etsi.org/saref4lift/hasMaintenanceCompany
:hasMaintenanceCompany rdf:type owl:DatatypeProperty ;
s4lift:hasMaintenanceCompany rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment "A relationship identifying the maintenance company of an entity." ;
rdfs:label "has maintenance company" .
rdfs:comment "A relationship identifying the maintenance company of an entity."@en ;
rdfs:label "has maintenance company"@en .
### https://saref.etsi.org/saref4lift/hasNetworkValue
:hasNetworkValue rdf:type owl:DatatypeProperty ;
rdfs:domain :RegisteredNetworkOperator ;
s4lift:hasNetworkValue rdf:type owl:DatatypeProperty ;
rdfs:domain s4lift:RegisteredNetworkOperator ;
rdfs:range xsd:string .
### https://saref.etsi.org/saref4lift/hasOwner
:hasOwner rdf:type owl:DatatypeProperty ;
s4lift:hasOwner rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment "A relationship identifying the owner of an entity." ;
rdfs:label "has owner" .
rdfs:comment "A relationship identifying the owner of an entity."@en ;
rdfs:label "has owner"@en .
### https://saref.etsi.org/saref4lift/hasPositionValue
:hasPositionValue rdf:type owl:DatatypeProperty ;
rdfs:domain :PositionSignal ;
s4lift:hasPositionValue rdf:type owl:DatatypeProperty ;
rdfs:domain s4lift:PositionSignal ;
rdfs:range xsd:integer .
### https://saref.etsi.org/saref4lift/hasPowerSupplyValue
:hasPowerSupplyValue rdf:type owl:DatatypeProperty ;
rdfs:domain :EmergencyPowerSupplySignal ,
:StandardEmergencyPowerSupplySignal ;
s4lift:hasPowerSupplyValue rdf:type owl:DatatypeProperty ;
rdfs:label "has power supply value"@en ;
rdfs:domain s4lift:EmergencyPowerSupplySignal ,
s4lift:StandardEmergencyPowerSupplySignal ;
rdfs:range xsd:boolean .
### https://saref.etsi.org/saref4lift/hasSecondaryEmergencyTelephoneNumber
:hasSecondaryEmergencyTelephoneNumber rdf:type owl:DatatypeProperty ;
rdfs:domain :SmartLiftInstallation ;
s4lift:hasSecondaryEmergencyTelephoneNumber rdf:type owl:DatatypeProperty ;
rdfs:domain s4lift:SmartLiftInstallation ;
rdfs:range xsd:string ;
rdfs:comment "Secondary emergency numbers to be called in case of emergency." ;
rdfs:label "has secondary emergency telephone number" .
rdfs:comment "Secondary emergency numbers to be called in case of emergency."@en ;
rdfs:label "has secondary emergency telephone number"@en .
### https://saref.etsi.org/saref4lift/hasStatisticValue
:hasStatisticValue rdf:type owl:DatatypeProperty ;
rdfs:domain :StatisticSignal ;
s4lift:hasStatisticValue rdf:type owl:DatatypeProperty ;
rdfs:domain s4lift:StatisticSignal ;
rdfs:range xsd:integer .
### https://saref.etsi.org/saref4lift/hasStatusValue
:hasStatusValue rdf:type owl:DatatypeProperty ;
rdfs:domain :StatusSignal ;
s4lift:hasStatusValue rdf:type owl:DatatypeProperty ;
rdfs:domain s4lift:StatusSignal ;
rdfs:range xsd:boolean .
### https://saref.etsi.org/saref4lift/hasTelephoneNumber
:hasTelephoneNumber rdf:type owl:DatatypeProperty ;
s4lift:hasTelephoneNumber rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment "Number corresponding to the lift communication module to be used for call terminated to the lift car." ;
rdfs:label "has telephone number" .
rdfs:comment "Number corresponding to the lift communication module to be used for call terminated to the lift car."@en ;
rdfs:label "has telephone number"@en .
#################################################################
......@@ -327,23 +323,23 @@ saref:hasValue rdf:type owl:DatatypeProperty ;
### http://www.opengis.net/ont/geosparql#Feature
<http://www.opengis.net/ont/geosparql#Feature> rdf:type owl:Class ;
rdfs:subClassOf <http://www.opengis.net/ont/geosparql#SpatialObject> ;
rdfs:comment "This class represents the top-level feature type. This class is equivalent to GFI_Feature defined in ISO 19156:2011, and it is superclass of all feature types." ;
rdfs:comment "This class represents the top-level feature type. This class is equivalent to GFI_Feature defined in ISO 19156:2011, and it is superclass of all feature types."@en ;
rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
rdfs:label "Feature" .
rdfs:label "Feature"@en .
### http://www.opengis.net/ont/geosparql#Geometry
<http://www.opengis.net/ont/geosparql#Geometry> rdf:type owl:Class ;
rdfs:subClassOf <http://www.opengis.net/ont/geosparql#SpatialObject> ;
rdfs:comment "The class represents the top-level geometry type. This class is equivalent to the UML class GM_Object defined in ISO 19107, and it is superclass of all geometry types." ;
rdfs:comment "The class represents the top-level geometry type. This class is equivalent to the UML class GM_Object defined in ISO 19107, and it is superclass of all geometry types."@en ;
rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
rdfs:label "Geometry" .
rdfs:label "Geometry"@en .
### http://www.opengis.net/ont/geosparql#SpatialObject
<http://www.opengis.net/ont/geosparql#SpatialObject> rdf:type owl:Class ;
rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
rdfs:label "Spatial object" .
rdfs:label "Spatial object"@en .
### http://www.opengis.net/ont/sf#Point
......@@ -355,30 +351,30 @@ saref:hasValue rdf:type owl:DatatypeProperty ;
### https://saref.etsi.org/core/Command
saref:Command rdf:type owl:Class ;
rdfs:comment "A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value" ;
rdfs:comment "A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value"@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Command" .
rdfs:label "Command"@en .
### https://saref.etsi.org/core/Device
saref:Device rdf:type owl:Class ;
rdfs:comment "A tangible object designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function." ;
rdfs:comment "A tangible object designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core> ;
rdfs:label "Device" .
rdfs:label "Device"@en .
### https://saref.etsi.org/core/FeatureOfInterest
saref:FeatureOfInterest rdf:type owl:Class ;
rdfs:comment "A feature of interest represents any real world entity from which a property is measured." ;
rdfs:comment "A feature of interest represents any real world entity from which a property is measured."@en ;
rdfs:isDefinedBy "https://saref.etsi.org/core/" ;
rdfs:label "FeatureOfInterest" .
rdfs:label "FeatureOfInterest"@en .
### https://saref.etsi.org/core/Function
saref:Function rdf:type owl:Class ;
rdfs:comment "The functionality necessary to accomplish the task for which a device is designed. A device can be designed to perform more than one function. Functions can be structured in categories (subclasses) that reflect different points of view, for example, considering the specific application area for which a function can be used (e.g., light, temperature, motion, heat, power, etc.), or the capability that a function can support (e.g., receive, reply, notify, etc.), and so forth." ;
rdfs:comment "The functionality necessary to accomplish the task for which a device is designed. A device can be designed to perform more than one function. Functions can be structured in categories (subclasses) that reflect different points of view, for example, considering the specific application area for which a function can be used (e.g., light, temperature, motion, heat, power, etc.), or the capability that a function can support (e.g., receive, reply, notify, etc.), and so forth."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core> ;
rdfs:label "Function" .
rdfs:label "Function"@en .
### https://saref.etsi.org/core/Measurement
......@@ -397,299 +393,299 @@ saref:Measurement rdf:type owl:Class ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass saref:Property
] ;
rdfs:comment "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement." ;
rdfs:comment "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Measurement" .
rdfs:label "Measurement"@en .
### https://saref.etsi.org/core/Power
saref:Power rdf:type owl:Class ;
rdfs:subClassOf saref:Property ;
rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a power unit (such as watt or kilowatt). Further specializations of the saref:Power class can be found in the SAREF4ENER extension, where classes such as PowerMax, PowerMin and PowerExpected are defined." ;
rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a power unit (such as watt or kilowatt). Further specializations of the saref:Power class can be found in the SAREF4ENER extension, where classes such as PowerMax, PowerMin and PowerExpected are defined."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core> ;
rdfs:label "Power" .
rdfs:label "Power"@en .
### https://saref.etsi.org/core/Property
saref:Property rdf:type owl:Class ;
rdfs:comment "A quality of a feature of interest that can be measured; an aspect of a feature of interest that is intrinsic to and cannot exist without the feature" ;
rdfs:comment "A quality of a feature of interest that can be measured; an aspect of a feature of interest that is intrinsic to and cannot exist without the feature"@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Property" .
rdfs:label "Property"@en .
### https://saref.etsi.org/core/Time
saref:Time rdf:type owl:Class ;
rdfs:comment "A class that allows to specify the time concept." ;
rdfs:comment "A class that allows to specify the time concept."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Time" .
rdfs:label "Time"@en .
### https://saref.etsi.org/core/UnitOfMeasure
saref:UnitOfMeasure rdf:type owl:Class ;
rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \\\"watt\\\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended." ;
rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \\\"watt\\\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended."@en ;
rdfs:isDefinedBy saref: ;
rdfs:label "Unit of measure" .
rdfs:label "Unit of measure"@en .
### https://saref.etsi.org/saref4lift/Alarm
:Alarm rdf:type owl:Class ;
rdfs:subClassOf :StatusSignal ;
rdfs:label "Alarm" .
s4lift:Alarm rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatusSignal ;
rdfs:label "Alarm"@en .
### https://saref.etsi.org/saref4lift/AlarmInTheMachinery
:AlarmInTheMachinery rdf:type owl:Class ;
rdfs:subClassOf :Alarm ;
rdfs:label "Alarm in the machinery" .
s4lift:AlarmInTheMachinery rdf:type owl:Class ;
rdfs:subClassOf s4lift:Alarm ;
rdfs:label "Alarm in the machinery"@en .
### https://saref.etsi.org/saref4lift/AlarmInTheWell
:AlarmInTheWell rdf:type owl:Class ;
rdfs:subClassOf :Alarm ;
rdfs:label "Alarm in the well" .
s4lift:AlarmInTheWell rdf:type owl:Class ;
rdfs:subClassOf s4lift:Alarm ;
rdfs:label "Alarm in the well"@en .
### https://saref.etsi.org/saref4lift/AlarmVoiceCommunication
:AlarmVoiceCommunication rdf:type owl:Class ;
rdfs:subClassOf :Alarm ;
rdfs:label "Alarm voice communication" .
s4lift:AlarmVoiceCommunication rdf:type owl:Class ;
rdfs:subClassOf s4lift:Alarm ;
rdfs:label "Alarm voice communication"@en .
### https://saref.etsi.org/saref4lift/AudioFault
:AudioFault rdf:type owl:Class ;
rdfs:subClassOf :FaultSignal ;
rdfs:label "Audio signal" .
s4lift:AudioFault rdf:type owl:Class ;
rdfs:subClassOf s4lift:FaultSignal ;
rdfs:label "Audio signal"@en .
### https://saref.etsi.org/saref4lift/BCSSignal
:BCSSignal rdf:type owl:Class ;
rdfs:subClassOf :Signal ;
rdfs:label "Bidirectional communication system signal" .
s4lift:BCSSignal rdf:type owl:Class ;
rdfs:subClassOf s4lift:Signal ;
rdfs:label "Bidirectional communication system signal"@en .
### https://saref.etsi.org/saref4lift/BoardResetCommand
:BoardResetCommand rdf:type owl:Class ;
s4lift:BoardResetCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ;
rdfs:comment "A type of command to initiate the board reset" ;
rdfs:label "Board reset command" .
rdfs:comment "A type of command to initiate the board reset"@en ;
rdfs:label "Board reset command"@en .
### https://saref.etsi.org/saref4lift/CallCarToSpecificFloorCommand
:CallCarToSpecificFloorCommand rdf:type owl:Class ;
s4lift:CallCarToSpecificFloorCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ;
rdfs:comment "A type of command to call a car to a specific floor" ;
rdfs:label "Call car to specific floor command" .
rdfs:comment "A type of command to call a car to a specific floor"@en ;
rdfs:label "Call car to specific floor command"@en .
### https://saref.etsi.org/saref4lift/CallsPerService
:CallsPerService rdf:type owl:Class ;
rdfs:subClassOf :StatisticSignal ;
rdfs:label "Call per service" .
s4lift:CallsPerService rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatisticSignal ;
rdfs:label "Call per service"@en .
### https://saref.etsi.org/saref4lift/CarAlarm
:CarAlarm rdf:type owl:Class ;
rdfs:subClassOf :Alarm ;
rdfs:label "Car alarm" .
s4lift:CarAlarm rdf:type owl:Class ;
rdfs:subClassOf s4lift:Alarm ;
rdfs:label "Car alarm"@en .
### https://saref.etsi.org/saref4lift/CarInUnlockingZone
:CarInUnlockingZone rdf:type owl:Class ;
rdfs:subClassOf :StatusSignal ;
rdfs:label "Car in unlocking zone" .
s4lift:CarInUnlockingZone rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatusSignal ;
rdfs:label "Car in unlocking zone"@en .
### https://saref.etsi.org/saref4lift/CarSignal
:CarSignal rdf:type owl:Class ;
rdfs:subClassOf :Signal ;
rdfs:label "Car signal" .
s4lift:CarSignal rdf:type owl:Class ;
rdfs:subClassOf s4lift:Signal ;
rdfs:label "Car signal"@en .
### https://saref.etsi.org/saref4lift/CurrentCarStop
:CurrentCarStop rdf:type owl:Class ;
rdfs:subClassOf :PositionSignal ;
rdfs:label "Current car stop" .
s4lift:CurrentCarStop rdf:type owl:Class ;
rdfs:subClassOf s4lift:PositionSignal ;
rdfs:label "Current car stop"@en .
### https://saref.etsi.org/saref4lift/DangerousFault
:DangerousFault rdf:type owl:Class ;
rdfs:subClassOf :FaultSignal ;
rdfs:label "Dangerous signal" .
s4lift:DangerousFault rdf:type owl:Class ;
rdfs:subClassOf s4lift:FaultSignal ;
rdfs:label "Dangerous signal"@en .
### https://saref.etsi.org/saref4lift/DownwardTravels
:DownwardTravels rdf:type owl:Class ;
rdfs:subClassOf :StatisticSignal ;
rdfs:label "Downward travels" .
s4lift:DownwardTravels rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatisticSignal ;
rdfs:label "Downward travels"@en .
### https://saref.etsi.org/saref4lift/EmergencyPowerAlarm
:EmergencyPowerAlarm rdf:type owl:Class ;
rdfs:subClassOf :Alarm ;
rdfs:label "Emergency power alarm" .
s4lift:EmergencyPowerAlarm rdf:type owl:Class ;
rdfs:subClassOf s4lift:Alarm ;
rdfs:label "Emergency power alarm"@en .
### https://saref.etsi.org/saref4lift/EmergencyPowerSupplySignal
:EmergencyPowerSupplySignal rdf:type owl:Class ;
rdfs:subClassOf :Signal ;
rdfs:label "Emergency power supply signal" .
s4lift:EmergencyPowerSupplySignal rdf:type owl:Class ;
rdfs:subClassOf s4lift:Signal ;
rdfs:label "Emergency power supply signal"@en .
### https://saref.etsi.org/saref4lift/FaultSignal
:FaultSignal rdf:type owl:Class ;
rdfs:subClassOf :CarSignal ;
rdfs:label "Fault signal" .
s4lift:FaultSignal rdf:type owl:Class ;
rdfs:subClassOf s4lift:CarSignal ;
rdfs:label "Fault signal"@en .
### https://saref.etsi.org/saref4lift/FireOperation
:FireOperation rdf:type owl:Class ;
rdfs:subClassOf :StatusSignal ;
rdfs:label "Fire operation" .
s4lift:FireOperation rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatusSignal ;
rdfs:label "Fire operation"@en .
### https://saref.etsi.org/saref4lift/FiremanLift
:FiremanLift rdf:type owl:Class ;
rdfs:subClassOf :SmartLiftInstallation ;
rdfs:label "Fireman lift" .
s4lift:FiremanLift rdf:type owl:Class ;
rdfs:subClassOf s4lift:SmartLiftInstallation ;
rdfs:label "Fireman lift"@en .
### https://saref.etsi.org/saref4lift/FloodAlarm
:FloodAlarm rdf:type owl:Class ;
rdfs:subClassOf :Alarm ;
rdfs:label "Flood alarm" .
s4lift:FloodAlarm rdf:type owl:Class ;
rdfs:subClassOf s4lift:Alarm ;
rdfs:label "Flood alarm"@en .
### https://saref.etsi.org/saref4lift/GoodsOnlySmartLift
:GoodsOnlySmartLift rdf:type owl:Class ;
rdfs:subClassOf :SmartLiftInstallation ;
rdfs:label "Goods only smart lift" .
s4lift:GoodsOnlySmartLift rdf:type owl:Class ;
rdfs:subClassOf s4lift:SmartLiftInstallation ;
rdfs:label "Goods only smart lift"@en .
### https://saref.etsi.org/saref4lift/GoodsSmartLift
:GoodsSmartLift rdf:type owl:Class ;
rdfs:subClassOf :SmartLiftInstallation ;
rdfs:label "Goods smart lift" .
s4lift:GoodsSmartLift rdf:type owl:Class ;
rdfs:subClassOf s4lift:SmartLiftInstallation ;
rdfs:label "Goods smart lift"@en .
### https://saref.etsi.org/saref4lift/InspectionOperation
:InspectionOperation rdf:type owl:Class ;
rdfs:subClassOf :StatusSignal ;
rdfs:label "Inspection operation" .
s4lift:InspectionOperation rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatusSignal ;
rdfs:label "Inspection operation"@en .
### https://saref.etsi.org/saref4lift/Load
:Load rdf:type owl:Class ;
s4lift:Load rdf:type owl:Class ;
rdfs:subClassOf saref:Property ;
rdfs:comment "A saref:Property related to the amount of electricity on the grid at any given time" ;
rdfs:label "Load" .
rdfs:comment "A saref:Property related to the amount of electricity on the grid at any given time"@en ;
rdfs:label "Load"@en .
### https://saref.etsi.org/saref4lift/MinorFault
:MinorFault rdf:type owl:Class ;
rdfs:subClassOf :FaultSignal ;
rdfs:label "Minor fault" .
s4lift:MinorFault rdf:type owl:Class ;
rdfs:subClassOf s4lift:FaultSignal ;
rdfs:label "Minor fault"@en .
### https://saref.etsi.org/saref4lift/MovingDownwardDirection
:MovingDownwardDirection rdf:type owl:Class ;
rdfs:subClassOf :StatusSignal ;
rdfs:label "Moving downward direction" .
s4lift:MovingDownwardDirection rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatusSignal ;
rdfs:label "Moving downward direction"@en .
### https://saref.etsi.org/saref4lift/MovingUpwardDirection
:MovingUpwardDirection rdf:type owl:Class ;
rdfs:subClassOf :StatusSignal ;
rdfs:label "Moving upward direction" .
s4lift:MovingUpwardDirection rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatusSignal ;
rdfs:label "Moving upward direction"@en .
### https://saref.etsi.org/saref4lift/Network
:Network rdf:type owl:Class ;
rdfs:label "Network" .
s4lift:Network rdf:type owl:Class ;
rdfs:label "Network"@en .
### https://saref.etsi.org/saref4lift/NetworkCoverage
:NetworkCoverage rdf:type owl:Class ;
rdfs:subClassOf :BCSSignal ;
rdfs:label "Network coverage" .
s4lift:NetworkCoverage rdf:type owl:Class ;
rdfs:subClassOf s4lift:BCSSignal ;
rdfs:label "Network coverage"@en .
### https://saref.etsi.org/saref4lift/NetworkQualityBER
:NetworkQualityBER rdf:type owl:Class ;
rdfs:subClassOf :BCSSignal ;
rdfs:label "Network quality BER" .
s4lift:NetworkQualityBER rdf:type owl:Class ;
rdfs:subClassOf s4lift:BCSSignal ;
rdfs:label "Network quality BER"@en .
### https://saref.etsi.org/saref4lift/NetworkQualityRSSI
:NetworkQualityRSSI rdf:type owl:Class ;
rdfs:subClassOf :BCSSignal ;
rdfs:label "Network quality RSSI" .
s4lift:NetworkQualityRSSI rdf:type owl:Class ;
rdfs:subClassOf s4lift:BCSSignal ;
rdfs:label "Network quality RSSI"@en .
### https://saref.etsi.org/saref4lift/NumberOfCalls
:NumberOfCalls rdf:type owl:Class ;
rdfs:subClassOf :StatisticSignal ;
rdfs:label "Number of calls" .
s4lift:NumberOfCalls rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatisticSignal ;
rdfs:label "Number of calls"@en .
### https://saref.etsi.org/saref4lift/NumberOfFaults
:NumberOfFaults rdf:type owl:Class ;
rdfs:subClassOf :StatisticSignal ;
rdfs:label "Number of faults" .
s4lift:NumberOfFaults rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatisticSignal ;
rdfs:label "Number of faults"@en .
### https://saref.etsi.org/saref4lift/OutOfService
:OutOfService rdf:type owl:Class ;
rdfs:subClassOf :StatusSignal ;
rdfs:label "Out of service" .
s4lift:OutOfService rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatusSignal ;
rdfs:label "Out of service"@en .
### https://saref.etsi.org/saref4lift/Overload
:Overload rdf:type owl:Class ;
rdfs:subClassOf :StatusSignal ;
rdfs:label "Overload" .
s4lift:Overload rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatusSignal ;
rdfs:label "Overload"@en .
### https://saref.etsi.org/saref4lift/PositionSignal
:PositionSignal rdf:type owl:Class ;
rdfs:subClassOf :CarSignal ;
rdfs:label "Position signal" .
s4lift:PositionSignal rdf:type owl:Class ;
rdfs:subClassOf s4lift:CarSignal ;
rdfs:label "Position signal"@en .
### https://saref.etsi.org/saref4lift/RegisteredNetworkOperator
:RegisteredNetworkOperator rdf:type owl:Class ;
rdfs:subClassOf :BCSSignal ;
rdfs:label "Registered network operator" .
s4lift:RegisteredNetworkOperator rdf:type owl:Class ;
rdfs:subClassOf s4lift:BCSSignal ;
rdfs:label "Registered network operator"@en .
### https://saref.etsi.org/saref4lift/SendCarToSpecificFloorCommand
:SendCarToSpecificFloorCommand rdf:type owl:Class ;
s4lift:SendCarToSpecificFloorCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ;
rdfs:comment "A type of command to send a car to a specific floor" ;
rdfs:label "Send car to specific floor command" .
rdfs:comment "A type of command to send a car to a specific floor"@en ;
rdfs:label "Send car to specific floor command"@en .
### https://saref.etsi.org/saref4lift/SetOutOfServiceCommand
:SetOutOfServiceCommand rdf:type owl:Class ;
s4lift:SetOutOfServiceCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ;
rdfs:comment "A type of command to set a lift out of service" ;
rdfs:label "Set out of service command" .
rdfs:comment "A type of command to set a lift out of service"@en ;
rdfs:label "Set out of service command"@en .
### https://saref.etsi.org/saref4lift/SetRealTimeModeCommand
:SetRealTimeModeCommand rdf:type owl:Class ;
s4lift:SetRealTimeModeCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ;
rdfs:comment "A type of command to set the real time mode" ;
rdfs:label "Set real time mode command" .
rdfs:comment "A type of command to set the real time mode"@en ;
rdfs:label "Set real time mode command"@en .
### https://saref.etsi.org/saref4lift/Signal
:Signal rdf:type owl:Class ;
s4lift:Signal rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:someValuesFrom saref:UnitOfMeasure
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :isAssociatedTo ;
owl:onProperty s4lift:isAssociatedTo ;
owl:someValuesFrom saref:FeatureOfInterest
] ,
[ rdf:type owl:Restriction ;
......@@ -701,173 +697,173 @@ saref:UnitOfMeasure rdf:type owl:Class ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange owl:rational
] ;
rdfs:label "Signal" .
rdfs:label "Signal"@en .
### https://saref.etsi.org/saref4lift/SmartLiftEdgeComponent
:SmartLiftEdgeComponent rdf:type owl:Class ;
s4lift:SmartLiftEdgeComponent rdf:type owl:Class ;
rdfs:subClassOf saref:Device ,
<https://saref.etsi.org/saref4syst/System> ;
rdfs:comment "A Smart Lift Edge Component is dedicated to the hosting of smar lift additional modules in the case that they are not hosted directly in the Smart Lift Edge Control Unit. An example could be the case of an additional earthquake sensor added after the lift deployment and not controlled by the Smart Lift Edge Control Unit." ;
rdfs:label "Smart Lift Edge Component" .
s4syst:System ;
rdfs:comment "A Smart Lift Edge Component is dedicated to the hosting of smar lift additional modules in the case that they are not hosted directly in the Smart Lift Edge Control Unit. An example could be the case of an additional earthquake sensor added after the lift deployment and not controlled by the Smart Lift Edge Control Unit."@en ;
rdfs:label "Smart Lift Edge Component"@en .
### https://saref.etsi.org/saref4lift/SmartLiftEdgeControlUnit
:SmartLiftEdgeControlUnit rdf:type owl:Class ;
s4lift:SmartLiftEdgeControlUnit rdf:type owl:Class ;
rdfs:subClassOf saref:Device ,
<https://saref.etsi.org/saref4syst/System> ;
rdfs:comment "A Smart Lift Edge Control Unit is the main element of a Smart Lift installation and it is typically associated with the lift control cabinet" ;
rdfs:label "Smart Lift Edge Control Unit" .
s4syst:System ;
rdfs:comment "A Smart Lift Edge Control Unit is the main element of a Smart Lift installation and it is typically associated with the lift control cabinet"@en ;
rdfs:label "Smart Lift Edge Control Unit"@en .
### https://saref.etsi.org/saref4lift/SmartLiftGroup
:SmartLiftGroup rdf:type owl:Class ;
s4lift:SmartLiftGroup rdf:type owl:Class ;
rdfs:subClassOf saref:FeatureOfInterest ,
<https://saref.etsi.org/saref4syst/System> ;
rdfs:comment "A Smart Lift Group represents the correlation of multiple Smart Lifts Installation and it is supported by the introduction of a Smart Lift Group identifier common each Smart Lifts Installation belonging to the same Smart Lift Group. Such kind of installations usually presents control units connected one each other to coordinate the movement and position of the different lifts, where the common commands (e.g. the call buttons) are given to one of these control units that acts as a principal master and coordinates the other installations or is composed by peer installations that coordinates one each othe" ;
rdfs:label "Smart Lift Group" .
s4syst:System ;
rdfs:comment "A Smart Lift Group represents the correlation of multiple Smart Lifts Installation and it is supported by the introduction of a Smart Lift Group identifier common each Smart Lifts Installation belonging to the same Smart Lift Group. Such kind of installations usually presents control units connected one each other to coordinate the movement and position of the different lifts, where the common commands (e.g. the call buttons) are given to one of these control units that acts as a principal master and coordinates the other installations or is composed by peer installations that coordinates one each othe"@en ;
rdfs:label "Smart Lift Group"@en .
### https://saref.etsi.org/saref4lift/SmartLiftInstallation
:SmartLiftInstallation rdf:type owl:Class ;
s4lift:SmartLiftInstallation rdf:type owl:Class ;
rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Feature> ,
saref:FeatureOfInterest ,
<https://saref.etsi.org/saref4syst/System> ,
s4syst:System ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasLimitLoad ;
owl:someValuesFrom :Load
owl:onProperty s4lift:hasLimitLoad ;
owl:someValuesFrom s4lift:Load
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :supportsNetworkTechnology ;
owl:someValuesFrom :Network
owl:onProperty s4lift:supportsNetworkTechnology ;
owl:someValuesFrom s4lift:Network
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <https://saref.etsi.org/saref4syst/hasSubSystem> ;
owl:someValuesFrom :SmartLiftEdgeComponent
owl:onProperty s4syst:hasSubSystem ;
owl:someValuesFrom s4lift:SmartLiftEdgeComponent
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <https://saref.etsi.org/saref4syst/hasSubSystem> ;
owl:someValuesFrom :SmartLiftEdgeControlUnit
owl:onProperty s4syst:hasSubSystem ;
owl:someValuesFrom s4lift:SmartLiftEdgeControlUnit
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasCarStops ;
owl:onProperty s4lift:hasCarStops ;
owl:someValuesFrom xsd:integer
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasLocationValidator ;
owl:onProperty s4lift:hasLocationValidator ;
owl:someValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasMainEmergencyNumber ;
owl:onProperty s4lift:hasMainEmergencyNumber ;
owl:someValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasMaintenanceCompany ;
owl:onProperty s4lift:hasMaintenanceCompany ;
owl:someValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasSecondaryEmergencyTelephoneNumber ;
owl:onProperty s4lift:hasSecondaryEmergencyTelephoneNumber ;
owl:someValuesFrom xsd:string
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasTelephoneNumber ;
owl:onProperty s4lift:hasTelephoneNumber ;
owl:someValuesFrom xsd:string
] ;
rdfs:comment "A Smart Lift Installation in the Smart Lift System corresponds to a single lift, with all its elements." ;
rdfs:label "Smart lift Installation" .
rdfs:comment "A Smart Lift Installation in the Smart Lift System corresponds to a single lift, with all its elements."@en ;
rdfs:label "Smart lift Installation"@en .
### https://saref.etsi.org/saref4lift/SmartLiftPlatform
:SmartLiftPlatform rdf:type owl:Class ;
rdfs:subClassOf :SmartLiftInstallation ;
rdfs:label "Smart lift platform" .
s4lift:SmartLiftPlatform rdf:type owl:Class ;
rdfs:subClassOf s4lift:SmartLiftInstallation ;
rdfs:label "Smart lift platform"@en .
### https://saref.etsi.org/saref4lift/StandardEmergencyPowerSupplySignal
:StandardEmergencyPowerSupplySignal rdf:type owl:Class ;
rdfs:subClassOf :Signal ;
rdfs:label "Standard emergency power supply signal" .
s4lift:StandardEmergencyPowerSupplySignal rdf:type owl:Class ;
rdfs:subClassOf s4lift:Signal ;
rdfs:label "Standard emergency power supply signal"@en .
### https://saref.etsi.org/saref4lift/StatisticSignal
:StatisticSignal rdf:type owl:Class ;
rdfs:subClassOf :Signal ;
rdfs:label "Statistic signal" .
s4lift:StatisticSignal rdf:type owl:Class ;
rdfs:subClassOf s4lift:Signal ;
rdfs:label "Statistic signal"@en .
### https://saref.etsi.org/saref4lift/StatusSignal
:StatusSignal rdf:type owl:Class ;
rdfs:subClassOf :CarSignal ;
rdfs:label "Status signal" .
s4lift:StatusSignal rdf:type owl:Class ;
rdfs:subClassOf s4lift:CarSignal ;
rdfs:label "Status signal"@en .
### https://saref.etsi.org/saref4lift/TestEmergencyNumberCommand
:TestEmergencyNumberCommand rdf:type owl:Class ;
s4lift:TestEmergencyNumberCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ;
rdfs:comment "A type of command to test the emergency number" ;
rdfs:label "Test emergency number command" .
rdfs:comment "A type of command to test the emergency number"@en ;
rdfs:label "Test emergency number command"@en .
### https://saref.etsi.org/saref4lift/TestRide
:TestRide rdf:type owl:Class ;
rdfs:subClassOf :StatusSignal ;
rdfs:label "Test ride" .
s4lift:TestRide rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatusSignal ;
rdfs:label "Test ride"@en .
### https://saref.etsi.org/saref4lift/TestRideCommand
:TestRideCommand rdf:type owl:Class ;
s4lift:TestRideCommand rdf:type owl:Class ;
rdfs:subClassOf saref:Command ;
rdfs:comment "A type of command to test the ride" ;
rdfs:label "Test ride command" .
rdfs:comment "A type of command to test the ride"@en ;
rdfs:label "Test ride command"@en .
### https://saref.etsi.org/saref4lift/TimeOfConfirmationOfLastPeriodicTest72hAttempt
:TimeOfConfirmationOfLastPeriodicTest72hAttempt rdf:type owl:Class ;
rdfs:subClassOf :BCSSignal ;
rdfs:label "Time of confirmation of last periodic test 72h attempt" .
s4lift:TimeOfConfirmationOfLastPeriodicTest72hAttempt rdf:type owl:Class ;
rdfs:subClassOf s4lift:BCSSignal ;
rdfs:label "Time of confirmation of last periodic test 72h attempt"@en .
### https://saref.etsi.org/saref4lift/TimeOfLastPeriodicTest72hAttempt
:TimeOfLastPeriodicTest72hAttempt rdf:type owl:Class ;
rdfs:subClassOf :BCSSignal ;
rdfs:label "Time of last periodic test 72h attempt" .
s4lift:TimeOfLastPeriodicTest72hAttempt rdf:type owl:Class ;
rdfs:subClassOf s4lift:BCSSignal ;
rdfs:label "Time of last periodic test 72h attempt"@en .
### https://saref.etsi.org/saref4lift/TotalFloorsCovered
:TotalFloorsCovered rdf:type owl:Class ;
rdfs:subClassOf :StatisticSignal ;
rdfs:label "Total floors covered" .
s4lift:TotalFloorsCovered rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatisticSignal ;
rdfs:label "Total floors covered"@en .
### https://saref.etsi.org/saref4lift/TotalResetSequence
:TotalResetSequence rdf:type owl:Class ;
rdfs:subClassOf :StatisticSignal ;
rdfs:label "Total reset sequence" .
s4lift:TotalResetSequence rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatisticSignal ;
rdfs:label "Total reset sequence"@en .
### https://saref.etsi.org/saref4lift/TotalReverseDirection
:TotalReverseDirection rdf:type owl:Class ;
rdfs:subClassOf :StatisticSignal ;
rdfs:label "Total reverse direction" .
s4lift:TotalReverseDirection rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatisticSignal ;
rdfs:label "Total reverse direction"@en .
### https://saref.etsi.org/saref4lift/TotalTimeOpened
:TotalTimeOpened rdf:type owl:Class ;
rdfs:subClassOf :StatisticSignal ;
rdfs:label "Total time opened" .
s4lift:TotalTimeOpened rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatisticSignal ;
rdfs:label "Total time opened"@en .
### https://saref.etsi.org/saref4lift/UpwardTravels
:UpwardTravels rdf:type owl:Class ;
rdfs:subClassOf :StatisticSignal ;
rdfs:label "Upward travels" .
s4lift:UpwardTravels rdf:type owl:Class ;
rdfs:subClassOf s4lift:StatisticSignal ;
rdfs:label "Upward travels"@en .
### https://saref.etsi.org/saref4syst/System
<https://saref.etsi.org/saref4syst/System> rdf:type owl:Class ;
rdfs:comment "The class of systems, i.e., systems virtually isolated from the environment, whose behaviour and interactions with the environment are modeled. Systems can be connected to other systems. Connected systems interact in some ways. Systems can also have subsystems. Properties of subsystems somehow contribute to the properties of the supersystem." ;
s4syst:System rdf:type owl:Class ;
rdfs:comment "The class of systems, i.e., systems virtually isolated from the environment, whose behaviour and interactions with the environment are modeled. Systems can be connected to other systems. Connected systems interact in some ways. Systems can also have subsystems. Properties of subsystems somehow contribute to the properties of the supersystem."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4syst/> ;
rdfs:label "System" .
rdfs:label "System"@en .
#################################################################
......@@ -877,40 +873,37 @@ saref:UnitOfMeasure rdf:type owl:Class ;
### http://www.ontology-of-units-of-measure.org/resource/om-2/Percentage
<http://www.ontology-of-units-of-measure.org/resource/om-2/Percentage> rdf:type owl:NamedIndividual ,
saref:UnitOfMeasure ;
rdfs:label "Percentage" .
rdfs:label "Percentage"@en .
### https://saref.etsi.org/saref4lift/Network2G
:Network2G rdf:type owl:NamedIndividual ,
:Network ;
rdfs:label "Network 2G" .
s4lift:Network2G rdf:type owl:NamedIndividual ,
s4lift:Network ;
rdfs:label "Network 2G"@en .
### https://saref.etsi.org/saref4lift/Network3G
:Network3G rdf:type owl:NamedIndividual ,
:Network ;
rdfs:label "Network 3G" .
s4lift:Network3G rdf:type owl:NamedIndividual ,
s4lift:Network ;
rdfs:label "Network 3G"@en .
### https://saref.etsi.org/saref4lift/Network4G
:Network4G rdf:type owl:NamedIndividual ,
:Network ;
rdfs:label "Network 4G" .
s4lift:Network4G rdf:type owl:NamedIndividual ,
s4lift:Network ;
rdfs:label "Network 4G"@en .
### https://saref.etsi.org/saref4lift/Network5G
:Network5G rdf:type owl:NamedIndividual ,
:Network ;
rdfs:label "Network 5G" .
s4lift:Network5G rdf:type owl:NamedIndividual ,
s4lift:Network ;
rdfs:label "Network 5G"@en .
### https://saref.etsi.org/saref4lift/NetworkFixedLine
:NetworkFixedLine rdf:type owl:NamedIndividual ,
:Network ;
rdfs:label "Network fixed line" .
s4lift:NetworkFixedLine rdf:type owl:NamedIndividual ,
s4lift:Network ;
rdfs:label "Network fixed line"@en .
[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
] .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment